예제 #1
0
 public ControlHandler()
 {
     cActions = new List<string>();
     kbHandler = new KeyboardHandler();
     wmHandler = new WiimoteHandler();
     wiimoteIsConnected = wmHandler.CheckConnection();
 }
예제 #2
0
 public ControlHandler()
 {
     cActions = new List<string>();
     kbHandler = new KeyboardHandler();
     wmHandler = new WiimoteHandler();
 }