C# Class FreePIE.Core.Plugins.Device

Inheritance: IDisposable
Afficher le fichier Open project: AndersMalmgren/FreePIE Class Usage Examples

Méthodes publiques

Méthode Description
Device ( Joystick joystick ) : System
Dispose ( ) : void
GetDown ( int button ) : bool
GetPressed ( int button ) : bool
Reset ( ) : void
SetRange ( int lowerRange, int upperRange ) : void

Method Details

Device() public méthode

public Device ( Joystick joystick ) : System
joystick Joystick
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetDown() public méthode

public GetDown ( int button ) : bool
button int
Résultat bool

GetPressed() public méthode

public GetPressed ( int button ) : bool
button int
Résultat bool

Reset() public méthode

public Reset ( ) : void
Résultat void

SetRange() public méthode

public SetRange ( int lowerRange, int upperRange ) : void
lowerRange int
upperRange int
Résultat void