C# Class Asteroids.Classes.WiimoteHandler

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

Méthodes publiques

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

Méthodes publiques

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

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

GetRawInput() public méthode

public GetRawInput ( ) : 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

getKeyBind() public méthode

public getKeyBind ( int index ) : string
index int
Résultat string

Property Details

connectedWMS public_oe property

public bool[] connectedWMS
Résultat bool[]

wmList public_oe property

public List wmList
Résultat List