Tao.Platform.Windows SDK Documentation

Winmm.JOYINFO.wButtons Field

Current state of joystick buttons.

[Visual Basic]
Public wButtons As Integer
[C#]
public int wButtons;

Remarks

According to one or more of the following values:

JOY_BUTTON1 - First joystick button is pressed. JOY_BUTTON2 - Second joystick button is pressed. JOY_BUTTON3 - Third joystick button is pressed. JOY_BUTTON4 - Fourth joystick button is pressed.

See Also

Winmm.JOYINFO Class | Tao.Platform.Windows Namespace