Package com.raylib
Class Raylib.GamepadButton
java.lang.Object
com.raylib.Raylib.GamepadButton
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intGamepad left DPAD down buttonstatic final intGamepad left DPAD left buttonstatic final intGamepad left DPAD right buttonstatic final intGamepad left DPAD up buttonstatic final intGamepad joystick pressed button leftstatic final intGamepad top/back trigger left (first), it could be a trailing buttonstatic final intGamepad top/back trigger left (second), it could be a trailing buttonstatic final intGamepad center buttons, middle one (i.e.static final intGamepad center buttons, left one (i.e.static final intGamepad center buttons, right one (i.e.static final intGamepad right button down (i.e.static final intGamepad right button left (i.e.static final intGamepad right button right (i.e.static final intGamepad right button up (i.e.static final intGamepad joystick pressed button rightstatic final intGamepad top/back trigger right (one), it could be a trailing buttonstatic final intGamepad top/back trigger right (second), it could be a trailing buttonstatic final intUnknown 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: Square, Xbox: X)- 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: Circle, Xbox: B)- 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 (one), 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()
-