Flags enumeration of joystick buttons.
Namespace:
AForge.ControlsAssembly: AForge.Controls (in AForge.Controls.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
| C# |
|---|
[FlagsAttribute] public enum Buttons |
Members
| Member name | Description | |
|---|---|---|
| Button1 |
1st button.
| |
| Button2 |
2nd button.
| |
| Button3 |
3rd button.
| |
| Button4 |
4th button.
| |
| Button5 |
5th button.
| |
| Button6 |
6th button.
| |
| Button7 |
7th button.
| |
| Button8 |
8th button.
| |
| Button9 |
9th button.
| |
| Button10 |
10th button.
| |
| Button11 |
11th button.
| |
| Button12 |
12th button.
| |
| Button13 |
13th button.
| |
| Button14 |
14th button.
| |
| Button15 |
15th button.
| |
| Button16 |
16th button.
|