ReactOS 0.4.16-dev-570-g1868985
|
Public Attributes | |
JOYINFO | ji |
HWND | hCapture |
UINT | wTimer |
DWORD | threshold |
BOOL | bChanged |
HDRVR | hDriver |
Definition at line 42 of file joystick.c.
BOOL tagWINE_JOYSTICK::bChanged |
Definition at line 47 of file joystick.c.
Referenced by JOY_Timer(), and joySetCapture().
HWND tagWINE_JOYSTICK::hCapture |
Definition at line 44 of file joystick.c.
Referenced by JOY_Timer(), joyReleaseCapture(), and joySetCapture().
HDRVR tagWINE_JOYSTICK::hDriver |
Definition at line 48 of file joystick.c.
Referenced by JOY_LoadDriver().
JOYINFO tagWINE_JOYSTICK::ji |
Definition at line 43 of file joystick.c.
Referenced by JOY_Timer().
DWORD tagWINE_JOYSTICK::threshold |
Definition at line 46 of file joystick.c.
Referenced by JOY_Timer(), joyGetThreshold(), and joySetThreshold().
UINT tagWINE_JOYSTICK::wTimer |
Definition at line 45 of file joystick.c.
Referenced by joyReleaseCapture().