The Open Toolkit library
1.0
|
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. More... | |
bool | this[JoystickButton button] [get, set] |
Gets a System.Boolean indicating whether the specified JoystickButton is pressed. More... | |
int | Count [get] |
Gets a System.Int32 indicating the available amount of JoystickButtons. More... | |
Defines a collection of JoystickButtons.
|
get |
Gets a System.Int32 indicating the available amount of JoystickButtons.
|
getset |
Gets a System.Boolean indicating whether the JoystickButton with the specified index is pressed.
index | The index of the JoystickButton to check. |
|
getset |
Gets a System.Boolean indicating whether the specified JoystickButton is pressed.
button | The JoystickButton to check. |