ReactOS 0.4.15-dev-7924-g5949c20
tagWINE_JOYSTICK Struct Reference
Collaboration diagram for tagWINE_JOYSTICK:

Public Attributes

JOYINFO ji
 
HWND hCapture
 
UINT wTimer
 
DWORD threshold
 
BOOL bChanged
 
HDRVR hDriver
 

Detailed Description

Definition at line 42 of file joystick.c.

Member Data Documentation

◆ bChanged

BOOL tagWINE_JOYSTICK::bChanged

Definition at line 47 of file joystick.c.

Referenced by JOY_Timer(), and joySetCapture().

◆ hCapture

HWND tagWINE_JOYSTICK::hCapture

Definition at line 44 of file joystick.c.

Referenced by JOY_Timer(), joyReleaseCapture(), and joySetCapture().

◆ hDriver

HDRVR tagWINE_JOYSTICK::hDriver

Definition at line 48 of file joystick.c.

Referenced by JOY_LoadDriver().

◆ ji

JOYINFO tagWINE_JOYSTICK::ji

Definition at line 43 of file joystick.c.

Referenced by JOY_Timer().

◆ threshold

DWORD tagWINE_JOYSTICK::threshold

Definition at line 46 of file joystick.c.

Referenced by JOY_Timer(), joyGetThreshold(), and joySetThreshold().

◆ wTimer

UINT tagWINE_JOYSTICK::wTimer

Definition at line 45 of file joystick.c.

Referenced by joyReleaseCapture().


The documentation for this struct was generated from the following file: