C# Class FreePIE.Core.Plugins.JoystickGlobal

Exibir arquivo Open project: AndersMalmgren/FreePIE

Private Properties

Property Type Description

Public Methods

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

Method Details

JoystickGlobal() public method

public JoystickGlobal ( Device device ) : System
device Device
return System

getDown() public method

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

getPressed() public method

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

setRange() public method

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