Click or drag to resize

GCControllerPlayerIndex Enumeration


Namespace: Rewired.Platforms.Apple.GameController
Assemblies:  Rewired_AppleGameController (in Rewired_AppleGameController.dll) Version: 1.0.0+20d1932ee9c49d9b6496f76a0835fd9b82311ad2
  Rewired_OSX (in Rewired_OSX.dll) Version: 1.0.0+20d1932ee9c49d9b6496f76a0835fd9b82311ad2
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