Click or drag to resize

GCControllerPlayerIndex Enumeration


Namespace: Rewired.Platforms.Apple.GameController
Assemblies:  Rewired_AppleGameController (in Rewired_AppleGameController.dll) Version: 1.0.0+e8257758c3446d922301bab0e4637a0e5ec1862f
  Rewired_OSX (in Rewired_OSX.dll) Version: 1.0.0+e8257758c3446d922301bab0e4637a0e5ec1862f
Syntax
C#
public enum GCControllerPlayerIndex
Members
Member nameValueDescription
One0 Specifies that player one is using this controller.
Two1 Specifies that player two is using this controller.
Three2 Specifies that player three is using this controller.
Four3 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