Tao.Platform.Windows SDK Documentation

Winmm.JOYCAPS Members

Winmm.JOYCAPS overview

Public Instance Fields

szOEMVxD Null-terminated string identifying the joystick driver OEM.
szPname Null-terminated string containing the joystick product name.
szRegKey Null-terminated string containing the registry key for the joystick.
wCaps Joystick capabilities The following flags define individual capabilities that a joystick might have:
wMaxAxes Maximum number of axes supported by the joystick.
wMaxButtons Maximum number of buttons supported by the joystick.
wMid Manufacturer identifier. Manufacturer identifiers are defined in Manufacturer and Product Identifiers.
wNumAxes Number of axes currently in use by the joystick.
wNumButtons Number of joystick buttons.
wPeriodMax Largest polling frequency supported when captured by joySetCapture.
wPeriodMin Smallest polling frequency supported when captured by the joySetCapture function.
wPid Product identifier. Product identifiers are defined in Manufacturer and Product Identifiers.
wRmax Maximum rudder value. The rudder is a fourth axis of movement.
wRmin Minimum rudder value. The rudder is a fourth axis of movement.
wUmax Maximum u-coordinate (fifth axis) values.
wUmin Minimum u-coordinate (fifth axis) values.
wVmax Maximum v-coordinate (sixth axis) values.
wVmin Minimum v-coordinate (sixth axis) values.
wXmax Maximum X-coordinate.
wXmin Minimum X-coordinate.
wYmax Maximum Y-coordinate.
wYmin Minimum Y-coordinate.
wZmax Maximum Z-coordinate.
wZmin Minimum Z-coordinate.

Public Instance Methods

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

See Also

Winmm.JOYCAPS Class | Tao.Platform.Windows Namespace | Winmm.JOYINFO | Winmm.JOYINFOEX | joySetCapture