C# Class OpenTK.Platform.Windows.WinMMJoystick

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
WinMMJoystick ( ) : System

Private Methods

Méthode Description
Dispose ( bool manual ) : void
OpenJoystick ( 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

WinMMJoystick() public méthode

public WinMMJoystick ( ) : System
Résultat System