C# Class Astroids.Classes.WiimoteHandler

Datei anzeigen Open project: Timvangool/AsteroidsAPO2 Class Usage Examples

Public Properties

Property Type Description
connectedWMS bool[]

Public Methods

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

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

SetLeds() public method

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

WiimoteHandler() public method

public WiimoteHandler ( ) : System
return System

Property Details

connectedWMS public_oe property

public bool[] connectedWMS
return bool[]