ParsecGamepadButton
Gamepad button.
Member of ParsecGamepadButtonMessage
.
Values
Name | Value | Description |
---|---|---|
GAMEPAD_BUTTON_A | 0 | A button. |
GAMEPAD_BUTTON_B | 1 | B button. |
GAMEPAD_BUTTON_X | 2 | X button. |
GAMEPAD_BUTTON_Y | 3 | Y button. |
GAMEPAD_BUTTON_BACK | 4 | Back button. |
GAMEPAD_BUTTON_GUIDE | 5 | Guide button. |
GAMEPAD_BUTTON_START | 6 | Start button. |
GAMEPAD_BUTTON_LSTICK | 7 | Left thumbstick button. |
GAMEPAD_BUTTON_RSTICK | 8 | Right thumbstick button. |
GAMEPAD_BUTTON_LSHOULDER | 9 | Left shoulder (bumper) button. |
GAMEPAD_BUTTON_RSHOULDER | 10 | Right shoulder (bumper) button. |
GAMEPAD_BUTTON_DPAD_UP | 11 | Analog DPAD up. |
GAMEPAD_BUTTON_DPAD_DOWN | 12 | Analog DPAD down. |
GAMEPAD_BUTTON_DPAD_LEFT | 13 | Analog DPAD left. |
GAMEPAD_BUTTON_DPAD_RIGHT | 14 | Analog DPAD right. |