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. | |
| int | Count [get] |
| Gets a System.Int32 indicating the available amount of JoystickAxes. | |
Defines a collection of JoystickAxes.
Definition at line 415 of file JoystickDevice.cs.
int OpenTK.Input.JoystickAxisCollection.Count [get] |
Gets a System.Int32 indicating the available amount of JoystickAxes.
Definition at line 463 of file JoystickDevice.cs.
float OpenTK::Input.JoystickAxisCollection::this [get, set] |
Gets a System.Single indicating the absolute position of the JoystickAxis with the specified index.
Gets a System.Single indicating the absolute position of the JoystickAxis.
| index | The index of the JoystickAxis to check. |
| axis | The JoystickAxis to check. |
Definition at line 443 of file JoystickDevice.cs.
1.6.1