Tao.Platform.Windows SDK Documentation

Winmm.JOYINFOEX Members

Winmm.JOYINFOEX overview

Public Instance Fields

dwButtonNumber Current button number that is pressed.
dwButtons Current state of the 32 joystick buttons. The value of this member can be set to any combination of JOY_BUTTONn flags, where n is a value in the range of 1 through 32 corresponding to the button that is pressed.
dwFlags Flags indicating the valid information returned in this structure. Members that do not contain valid information are set to zero.
dwPOV Current position of the point-of-view control. Values for this member are in the range 0 through 35,900. These values represent the angle, in degrees, of each view multiplied by 100.
dwReserved1 Reserved; do not use.
dwReserved2 Reserved; do not use.
dwRpos Current position of the rudder or fourth joystick axis.
dwSize Size, in bytes, of this structure.
dwUpos Current fifth axis position.
dwVpos Current sixth axis position.
dwXpos Current X-coordinate.
dwYpos Current Y-coordinate.
dwZpos Current Z-coordinate.

Public Instance Methods

Equals (inherited from ValueType) 
GetHashCode (inherited from ValueType) 
GetType (inherited from Object) 
ToString (inherited from ValueType) 

See Also

Winmm.JOYINFOEX Class | Tao.Platform.Windows Namespace | joyGetPosEx