Tao.Platform.Windows SDK Documentation

Winmm.JOYINFOEX.dwButtons Field

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.

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

See Also

Winmm.JOYINFOEX Class | Tao.Platform.Windows Namespace