GCControllerPlayerIndex Enumeration |
Namespace: Rewired.Platforms.Apple.GameControllerAssemblies: Rewired_AppleGameController (in Rewired_AppleGameController.dll) Version: 1.0.0+e8257758c3446d922301bab0e4637a0e5ec1862f
Rewired_OSX (in Rewired_OSX.dll) Version: 1.0.0+e8257758c3446d922301bab0e4637a0e5ec1862f
Syntaxpublic enum GCControllerPlayerIndex
Members| Member name | Value | Description |
|---|
| One | 0 |
Specifies that player one is using this controller.
|
| Two | 1 |
Specifies that player two is using this controller.
|
| Three | 2 |
Specifies that player three is using this controller.
|
| Four | 3 |
Specifies that player four is using this controller.
|
| Unset | -1 |
The default index for a player on a controller. No lights are lit on the controller.
|
See Also