C# Class OpenTK.Input.JoystickAxisCollection

Defines a collection of JoystickAxes.
Show file Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
this ( JoystickAxis axis ) : float

Gets a System.Single indicating the absolute position of the JoystickAxis.

this ( int index ) : float

Gets a System.Single indicating the absolute position of the JoystickAxis with the specified index.

Private Methods

Method Description
JoystickAxisCollection ( int numAxes ) : System

Method Details

this() public method

Gets a System.Single indicating the absolute position of the JoystickAxis.
public this ( JoystickAxis axis ) : float
axis JoystickAxis The JoystickAxis to check.
return float

this() public method

Gets a System.Single indicating the absolute position of the JoystickAxis with the specified index.
public this ( int index ) : float
index int The index of the JoystickAxis to check.
return float