Click or drag to resize

GCControllerPlayerIndex Class

Inheritance Hierarchy
SystemObject
  SystemValueType
    SystemEnum
      Rewired.Platforms.Apple.GameControllerGCControllerPlayerIndex

Namespace: Rewired.Platforms.Apple.GameController
Assembly: Rewired_OSX (in Rewired_OSX.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public sealed class GCControllerPlayerIndex : Enum

The GCControllerPlayerIndex type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberFour Specifies that player four is using this controller.
Public fieldStatic memberOne Specifies that player one is using this controller.
Public fieldStatic memberThree Specifies that player three is using this controller.
Public fieldStatic memberTwo Specifies that player two is using this controller.
Public fieldStatic memberUnset The default index for a player on a controller. No lights are lit on the controller.
Public fieldvalue__ 
Top
See Also