File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Sources/GameControllerKit Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ public class GameControllerKit: ObservableObject {
101101 public func set( logger: Logger ) {
102102 self . logger = logger
103103 }
104-
104+
105105 /// Set color of the controllers light
106106 ///
107107 /// Use the light settings to signal the user or to create a more immersive experience.
@@ -114,7 +114,8 @@ public class GameControllerKit: ObservableObject {
114114
115115 /// Set the event handler
116116 ///
117- /// This function allows you to setup a custom event handler, which you need to receive inputs from the controller.
117+ /// This function allows you to setup a custom event handler,
118+ /// which you need to receive inputs from the controller.
118119 ///
119120 /// - Parameter handler: event handler
120121 public func set( handler: @escaping GCKEventHandler ) {
You can’t perform that action at this time.
0 commit comments