C# Class OpenTK.Platform.X11.X11Joystick

Inheritance: IJoystickDriver2
Afficher le fichier Open project: andykorth/opentk Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetDeviceName ( int index ) : string
GetState ( ) : GamePadState
GetState ( int index ) : GamePadState
Poll ( ) : void
X11Joystick ( ) : System

Private Methods

Méthode Description
Dispose ( bool manual ) : void
OpenJoystick ( string base_path, int number ) : JoystickDevice

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetDeviceName() public méthode

public GetDeviceName ( int index ) : string
index int
Résultat string

GetState() public méthode

public GetState ( ) : GamePadState
Résultat GamePadState

GetState() public méthode

public GetState ( int index ) : GamePadState
index int
Résultat GamePadState

Poll() public méthode

public Poll ( ) : void
Résultat void

X11Joystick() public méthode

public X11Joystick ( ) : System
Résultat System