C# Class OpenTK.Platform.SDL2.Sdl2Joystick

Inheritance: IJoystickDriver, IGamePadDriver
Afficher le fichier Open project: andykorth/opentk

Méthodes publiques

Méthode Description
GetDeviceName ( int index ) : string
GetState ( ) : GamePadState
GetState ( int index ) : GamePadState
Sdl2Joystick ( ) : System

Method Details

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

Sdl2Joystick() public méthode

public Sdl2Joystick ( ) : System
Résultat System