Class Raylib.GamepadButton
java.lang.Object
com.raylib.Raylib.GamepadButton
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Gamepad left DPAD down buttonstatic final int
Gamepad left DPAD left buttonstatic final int
Gamepad left DPAD right buttonstatic final int
Gamepad left DPAD up buttonstatic final int
Gamepad joystick pressed button leftstatic final int
Gamepad top/back trigger left (first), it could be a trailing buttonstatic final int
Gamepad top/back trigger left (second), it could be a trailing buttonstatic final int
Gamepad center buttons, middle one (i.e.static final int
Gamepad center buttons, left one (i.e.static final int
Gamepad center buttons, right one (i.e.static final int
Gamepad right button down (i.e.static final int
Gamepad right button left (i.e.static final int
Gamepad right button right (i.e.static final int
Gamepad right button up (i.e.static final int
Gamepad joystick pressed button rightstatic final int
Gamepad top/back trigger right (first), it could be a trailing buttonstatic final int
Gamepad top/back trigger right (second), it could be a trailing buttonstatic final int
Unknown button, just for error checking -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
GAMEPAD_BUTTON_UNKNOWN
public static final int GAMEPAD_BUTTON_UNKNOWNUnknown button, just for error checking- See Also:
-
GAMEPAD_BUTTON_LEFT_FACE_UP
public static final int GAMEPAD_BUTTON_LEFT_FACE_UPGamepad left DPAD up button- See Also:
-
GAMEPAD_BUTTON_LEFT_FACE_RIGHT
public static final int GAMEPAD_BUTTON_LEFT_FACE_RIGHTGamepad left DPAD right button- See Also:
-
GAMEPAD_BUTTON_LEFT_FACE_DOWN
public static final int GAMEPAD_BUTTON_LEFT_FACE_DOWNGamepad left DPAD down button- See Also:
-
GAMEPAD_BUTTON_LEFT_FACE_LEFT
public static final int GAMEPAD_BUTTON_LEFT_FACE_LEFTGamepad left DPAD left button- See Also:
-
GAMEPAD_BUTTON_RIGHT_FACE_UP
public static final int GAMEPAD_BUTTON_RIGHT_FACE_UPGamepad right button up (i.e. PS3: Triangle, Xbox: Y)- See Also:
-
GAMEPAD_BUTTON_RIGHT_FACE_RIGHT
public static final int GAMEPAD_BUTTON_RIGHT_FACE_RIGHTGamepad right button right (i.e. PS3: Circle, Xbox: B)- See Also:
-
GAMEPAD_BUTTON_RIGHT_FACE_DOWN
public static final int GAMEPAD_BUTTON_RIGHT_FACE_DOWNGamepad right button down (i.e. PS3: Cross, Xbox: A)- See Also:
-
GAMEPAD_BUTTON_RIGHT_FACE_LEFT
public static final int GAMEPAD_BUTTON_RIGHT_FACE_LEFTGamepad right button left (i.e. PS3: Square, Xbox: X)- See Also:
-
GAMEPAD_BUTTON_LEFT_TRIGGER_1
public static final int GAMEPAD_BUTTON_LEFT_TRIGGER_1Gamepad top/back trigger left (first), it could be a trailing button- See Also:
-
GAMEPAD_BUTTON_LEFT_TRIGGER_2
public static final int GAMEPAD_BUTTON_LEFT_TRIGGER_2Gamepad top/back trigger left (second), it could be a trailing button- See Also:
-
GAMEPAD_BUTTON_RIGHT_TRIGGER_1
public static final int GAMEPAD_BUTTON_RIGHT_TRIGGER_1Gamepad top/back trigger right (first), it could be a trailing button- See Also:
-
GAMEPAD_BUTTON_RIGHT_TRIGGER_2
public static final int GAMEPAD_BUTTON_RIGHT_TRIGGER_2Gamepad top/back trigger right (second), it could be a trailing button- See Also:
-
GAMEPAD_BUTTON_MIDDLE_LEFT
public static final int GAMEPAD_BUTTON_MIDDLE_LEFTGamepad center buttons, left one (i.e. PS3: Select)- See Also:
-
GAMEPAD_BUTTON_MIDDLE
public static final int GAMEPAD_BUTTON_MIDDLEGamepad center buttons, middle one (i.e. PS3: PS, Xbox: XBOX)- See Also:
-
GAMEPAD_BUTTON_MIDDLE_RIGHT
public static final int GAMEPAD_BUTTON_MIDDLE_RIGHTGamepad center buttons, right one (i.e. PS3: Start)- See Also:
-
GAMEPAD_BUTTON_LEFT_THUMB
public static final int GAMEPAD_BUTTON_LEFT_THUMBGamepad joystick pressed button left- See Also:
-
GAMEPAD_BUTTON_RIGHT_THUMB
public static final int GAMEPAD_BUTTON_RIGHT_THUMBGamepad joystick pressed button right- See Also:
-
-
Constructor Details
-
GamepadButton
public GamepadButton()
-