C# Class Asteroids.Classes.ControlHandler

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

Méthodes publiques

Méthode Description
ControlHandler ( ) : System
GetInput ( ) : List
GetKeyBindings ( ) : ].string[
GetNumberOfWiimotes ( ) : int
GetWiimote ( int wiimoteNumber ) : WiimoteLib.Wiimote
SetWiimoteLeds ( int wmIndex, int lives ) : void

Method Details

ControlHandler() public méthode

public ControlHandler ( ) : System
Résultat System

GetInput() public méthode

public GetInput ( ) : List
Résultat List

GetKeyBindings() public méthode

public GetKeyBindings ( ) : ].string[
Résultat ].string[

GetNumberOfWiimotes() public méthode

public GetNumberOfWiimotes ( ) : int
Résultat int

GetWiimote() public méthode

public GetWiimote ( int wiimoteNumber ) : WiimoteLib.Wiimote
wiimoteNumber int
Résultat WiimoteLib.Wiimote

SetWiimoteLeds() public méthode

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