|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <xinput.h>
Public Attributes | |
| WORD | wButtons |
| BYTE | bLeftTrigger |
| BYTE | bRightTrigger |
| SHORT | sThumbLX |
| SHORT | sThumbLY |
| SHORT | sThumbRX |
| SHORT | sThumbRY |
| BYTE _XINPUT_GAMEPAD::bLeftTrigger |
Definition at line 165 of file xinput.h.
Referenced by test_get_state().
| BYTE _XINPUT_GAMEPAD::bRightTrigger |
Definition at line 166 of file xinput.h.
Referenced by test_get_state().
| SHORT _XINPUT_GAMEPAD::sThumbLX |
Definition at line 167 of file xinput.h.
Referenced by test_get_state().
| SHORT _XINPUT_GAMEPAD::sThumbLY |
Definition at line 168 of file xinput.h.
Referenced by test_get_state().
| SHORT _XINPUT_GAMEPAD::sThumbRX |
Definition at line 169 of file xinput.h.
Referenced by test_get_state().
| SHORT _XINPUT_GAMEPAD::sThumbRY |
Definition at line 170 of file xinput.h.
Referenced by test_get_state().
| WORD _XINPUT_GAMEPAD::wButtons |
Definition at line 164 of file xinput.h.
Referenced by test_get_state().