Astroids.Classes.ControlHandler.ControlHandler C# (CSharp) Méthode

ControlHandler() public méthode

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