C# Class KBMENUTESTFULLCAPS.ControlHandler

Show file Open project: Timvangool/AsteroidsAPO2 Class Usage Examples

Public Methods

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

Method Details

ControlHandler() public method

public ControlHandler ( ) : System
return System

GetInput() public method

public GetInput ( ) : List
return List

GetKeyBindings() public method

public GetKeyBindings ( ) : ].string[
return ].string[

GetNumberOfWiimotes() public method

public GetNumberOfWiimotes ( ) : int
return int

GetWiimote() public method

public GetWiimote ( int wiimoteNumber ) : WiimoteLib.Wiimote
wiimoteNumber int
return WiimoteLib.Wiimote

SetWiimoteLeds() public method

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