C# Class Astroids.Classes.ControlHandler

Datei anzeigen Open project: Timvangool/AsteroidsAPO2 Class Usage Examples

Public Methods

Method Description
ControlHandler ( ) : System
GetInput ( ) : List
SetWiimoteLeds ( int wmIndex, int lives ) : void

Method Details

ControlHandler() public method

public ControlHandler ( ) : System
return System

GetInput() public method

public GetInput ( ) : List
return List

SetWiimoteLeds() public method

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