C# Class Options_Menu.WiimoteHandler

Datei anzeigen Open project: Timvangool/AsteroidsAPO2 Class Usage Examples

Public Properties

Property Type Description
connectedWMS bool[]

Public Methods

Method Description
CheckConnection ( ) : bool
GetButtonsPressed ( ) : List
WiimoteHandler ( ) : System

Private Methods

Method Description
ConnectWiimote ( ) : void
GetWMControls ( ) : void

Method Details

CheckConnection() public method

public CheckConnection ( ) : bool
return bool

GetButtonsPressed() public method

public GetButtonsPressed ( ) : List
return List

WiimoteHandler() public method

public WiimoteHandler ( ) : System
return System

Property Details

connectedWMS public_oe property

public bool[] connectedWMS
return bool[]