Difference between revisions of "Template:LSL Constants/GameControlButtonFlags"
Jump to navigation
Jump to search
(add game GameControls button constants) |
m (Leviathan Linden moved page Template:LSL Constants/GameControls to Template:LSL Constants/GameControlButtonFlags: moving to more specific name) |
(No difference)
|
Revision as of 18:13, 18 October 2023
Constant | Value |
---|---|
GAME_CONTROL_BUTTON_A | 0x00000001 |
GAME_CONTROL_BUTTON_B | 0x00000002 |
GAME_CONTROL_BUTTON_X | 0x00000004 |
GAME_CONTROL_BUTTON_Y | 0x00000008 |
GAME_CONTROL_BUTTON_BACK | 0x00000010 |
GAME_CONTROL_BUTTON_GUIDE | 0x00000020 |
GAME_CONTROL_BUTTON_START | 0x00000040 |
GAME_CONTROL_BUTTON_LEFTSTICK | 0x00000080 |
GAME_CONTROL_BUTTON_RIGHTSTICK | 0x00000100 |
GAME_CONTROL_BUTTON_LEFTSHOULDER | 0x00000200 |
GAME_CONTROL_BUTTON_RIGHTSHOULDER | 0x00000400 |
GAME_CONTROL_BUTTON_DPAD_UP | 0x00000800 |
GAME_CONTROL_BUTTON_DPAD_DOWN | 0x00001000 |
GAME_CONTROL_BUTTON_DPAD_LEFT | 0x00002000 |
GAME_CONTROL_BUTTON_DPAD_RIGHT | 0x00004000 |
GAME_CONTROL_BUTTON_MISC1 | 0x00008000 |
GAME_CONTROL_BUTTON_PADDLE1 | 0x00010000 |
GAME_CONTROL_BUTTON_PADDLE2 | 0x00020000 |
GAME_CONTROL_BUTTON_PADDLE3 | 0x00040000 |
GAME_CONTROL_BUTTON_PADDLE4 | 0x00080000 |
GAME_CONTROL_BUTTON_PADDLE4 | 0x00100000 |