Tao.Platform.Windows SDK Documentation

Winmm.JOYINFOEX Fields

The fields of the Winmm.JOYINFOEX structure are listed below. For a complete list of Winmm.JOYINFOEX structure members, see the Winmm.JOYINFOEX Members topic.

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.

See Also

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