C# Class FreePIE.Core.Plugins.Device

Inheritance: IDisposable
Datei anzeigen Open project: AndersMalmgren/FreePIE Class Usage Examples

Public Methods

Method 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 method

public Device ( Joystick joystick ) : System
joystick Joystick
return System

Dispose() public method

public Dispose ( ) : void
return void

GetDown() public method

public GetDown ( int button ) : bool
button int
return bool

GetPressed() public method

public GetPressed ( int button ) : bool
button int
return bool

Reset() public method

public Reset ( ) : void
return void

SetRange() public method

public SetRange ( int lowerRange, int upperRange ) : void
lowerRange int
upperRange int
return void