C# Class Asteroids.Classes.WiimoteHandler

Mostra file Open project: Timvangool/AsteroidsAPO2 Class Usage Examples

Public Properties

Property Type Description
connectedWMS bool[]
wmList List

Public Methods

Method Description
CheckConnection ( ) : bool
GetButtonsPressed ( ) : List
GetRawInput ( ) : List
SetLeds ( int wmIndex, int lives ) : void
WiimoteHandler ( ) : System
getKeyBind ( int index ) : string

Private Methods

Method Description
ConnectWiimote ( ) : void
GetWMControls ( ) : void

Method Details

CheckConnection() public method

public CheckConnection ( ) : bool
return bool

GetButtonsPressed() public method

public GetButtonsPressed ( ) : List
return List

GetRawInput() public method

public GetRawInput ( ) : List
return List

SetLeds() public method

public SetLeds ( int wmIndex, int lives ) : void
wmIndex int
lives int
return void

WiimoteHandler() public method

public WiimoteHandler ( ) : System
return System

getKeyBind() public method

public getKeyBind ( int index ) : string
index int
return string

Property Details

connectedWMS public_oe property

public bool[] connectedWMS
return bool[]

wmList public_oe property

public List wmList
return List