Package apple.gamecontroller.enums
Class GCControllerPlayerIndex
- java.lang.Object
-
- apple.gamecontroller.enums.GCControllerPlayerIndex
-
public final class GCControllerPlayerIndex extends java.lang.ObjectThis is the player index that a connected controller will have if it has never been assigned a player index on the current system. Controllers retain the player index they have been assigned between game sessions, so if you wish to unset the player index of a controller set it back to this value.
-
-
Field Summary
Fields Modifier and Type Field Description static longIndex1static longIndex2static longIndex3static longIndex4static longIndexUnset
-
-
-
Field Detail
-
IndexUnset
public static final long IndexUnset
- See Also:
- Constant Field Values
-
Index1
public static final long Index1
- See Also:
- Constant Field Values
-
Index2
public static final long Index2
- See Also:
- Constant Field Values
-
Index3
public static final long Index3
- See Also:
- Constant Field Values
-
Index4
public static final long Index4
- See Also:
- Constant Field Values
-
-