C# Class OpenTK.Platform.X11.X11Joystick

Inheritance: IJoystickDriver2
Show file Open project: andykorth/opentk Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
GetDeviceName ( int index ) : string
GetState ( ) : GamePadState
GetState ( int index ) : GamePadState
Poll ( ) : void
X11Joystick ( ) : System

Private Methods

Method Description
Dispose ( bool manual ) : void
OpenJoystick ( string base_path, int number ) : JoystickDevice

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetDeviceName() public method

public GetDeviceName ( int index ) : string
index int
return string

GetState() public method

public GetState ( ) : GamePadState
return GamePadState

GetState() public method

public GetState ( int index ) : GamePadState
index int
return GamePadState

Poll() public method

public Poll ( ) : void
return void

X11Joystick() public method

public X11Joystick ( ) : System
return System