Click or drag to resize

GCControllerPlayerIndex Enumeration

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