Astroids.Classes.WiimoteHandler.WiimoteHandler C# (CSharp) Method

WiimoteHandler() public method

public WiimoteHandler ( ) : System
return System
        public WiimoteHandler()
        {
            ConnectWiimote();
            GetWMControls();
        }