The Open Toolkit library
1.0
|
Defines a collection of JoystickAxes. More...
Properties | |
float | this[int index] [get, set] |
Gets a System.Single indicating the absolute position of the JoystickAxis with the specified index. More... | |
float | this[JoystickAxis axis] [get, set] |
Gets a System.Single indicating the absolute position of the JoystickAxis. More... | |
int | Count [get] |
Gets a System.Int32 indicating the available amount of JoystickAxes. More... | |
Defines a collection of JoystickAxes.
|
get |
Gets a System.Int32 indicating the available amount of JoystickAxes.
|
getset |
Gets a System.Single indicating the absolute position of the JoystickAxis with the specified index.
index | The index of the JoystickAxis to check. |
|
getset |
Gets a System.Single indicating the absolute position of the JoystickAxis.
axis | The JoystickAxis to check. |