Type JOYCAPS
wMid As Integer
wPid As Integer
szPname As String * 32
wXmin As Long
wXmax As Long
wYmin As Long
wYmax As Long
wZmin As Long
wZmax As Long
wNumButtons As Long
wPeriodMin As Long
wPeriodMax As Long
End Type
JOYCAPS-type variables hold information about a joystick (not to be confused with the current position of the joystick). Namely, this type holds the axes' ranges and the number of buttons the joystick has.
Used by: joyGetDevCaps
Back to the index.