|
JoystickButtons Enumeration
|
Flags enumeration of joystick buttons.
Namespace:
Accord.Controls
Assembly:
Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax Members
| Member name | Value | Description |
---|
| Button1 | 1 |
1st button.
|
| Button2 | 2 |
2nd button.
|
| Button3 | 4 |
3rd button.
|
| Button4 | 8 |
4th button.
|
| Button5 | 16 |
5th button.
|
| Button6 | 32 |
6th button.
|
| Button7 | 64 |
7th button.
|
| Button8 | 128 |
8th button.
|
| Button9 | 256 |
9th button.
|
| Button10 | 512 |
10th button.
|
| Button11 | 1024 |
11th button.
|
| Button12 | 2048 |
12th button.
|
| Button13 | 4096 |
13th button.
|
| Button14 | 8192 |
14th button.
|
| Button15 | 16384 |
15th button.
|
| Button16 | 32768 |
16th button.
|
See Also