ReactOS 0.4.16-dev-334-g4d9f67c
|
Public Attributes | |
IDirectInputDeviceA * | pJoystick |
DWORD | axis |
DWORD | pov |
DWORD | button |
LONG | lMin |
LONG | lMax |
DWORD | dZone |
Definition at line 75 of file joystick.c.
DWORD tagJoystickInfo::axis |
Definition at line 78 of file joystick.c.
DWORD tagJoystickInfo::button |
Definition at line 80 of file joystick.c.
DWORD tagJoystickInfo::dZone |
Definition at line 82 of file joystick.c.
LONG tagJoystickInfo::lMax |
Definition at line 81 of file joystick.c.
LONG tagJoystickInfo::lMin |
Definition at line 81 of file joystick.c.
IDirectInputDeviceA* tagJoystickInfo::pJoystick |
Definition at line 77 of file joystick.c.
DWORD tagJoystickInfo::pov |
Definition at line 79 of file joystick.c.