C# Class FreePIE.Core.Plugins.JoystickGlobal

Afficher le fichier Open project: AndersMalmgren/FreePIE

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
JoystickGlobal ( Device device ) : System
getDown ( int button ) : bool
getPressed ( int button ) : bool
setRange ( int lowerRange, int upperRange ) : void

Method Details

JoystickGlobal() public méthode

public JoystickGlobal ( Device device ) : System
device Device
Résultat System

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

setRange() public méthode

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