GCControllerPlayerIndex Enumeration |
Namespace:
Rewired.Platforms.Apple.GameController
Assembly:
Rewired_OSX (in Rewired_OSX.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public enum GCControllerPlayerIndex
Members
| Member name | Value | Description |
---|
| Unset | -1 |
The default index for a player on a controller. No lights are lit on the controller.
|
| 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.
|
See Also