C# Class Astroids.Classes.WiimoteHandler

Afficher le fichier Open project: Timvangool/AsteroidsAPO2 Class Usage Examples

Méthodes publiques

Свойство Type Description
connectedWMS bool[]

Méthodes publiques

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

Private Methods

Méthode Description
ConnectWiimote ( ) : void
GetWMControls ( ) : void

Method Details

CheckConnection() public méthode

public CheckConnection ( ) : bool
Résultat bool

GetButtonsPressed() public méthode

public GetButtonsPressed ( ) : List
Résultat List

SetLeds() public méthode

public SetLeds ( int wmIndex, int lives ) : void
wmIndex int
lives int
Résultat void

WiimoteHandler() public méthode

public WiimoteHandler ( ) : System
Résultat System

Property Details

connectedWMS public_oe property

public bool[] connectedWMS
Résultat bool[]