Defines a collection of JoystickButtons. More...
Properties | |
| bool | this [int index] [get, set] |
| Gets a System.Boolean indicating whether the JoystickButton with the specified index is pressed. | |
| int | Count [get] |
| Gets a System.Int32 indicating the available amount of JoystickButtons. | |
Defines a collection of JoystickButtons.
Definition at line 322 of file JoystickDevice.cs.
int OpenTK.Input.JoystickButtonCollection.Count [get] |
Gets a System.Int32 indicating the available amount of JoystickButtons.
Definition at line 370 of file JoystickDevice.cs.
bool OpenTK::Input.JoystickButtonCollection::this [get, set] |
Gets a System.Boolean indicating whether the JoystickButton with the specified index is pressed.
Gets a System.Boolean indicating whether the specified JoystickButton is pressed.
| index | The index of the JoystickButton to check. |
| button | The JoystickButton to check. |
Definition at line 350 of file JoystickDevice.cs.
1.6.1