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

ControlHandler() public method

public ControlHandler ( ) : System
return System
        public ControlHandler()
        {
            cActions = new List<string>();
            kbHandler = new KeyboardHandler();
            wmHandler = new WiimoteHandler();
            wiimoteIsConnected = wmHandler.CheckConnection();
        }