예제 #1
0
 public InputMgr()
 {
     _updating = false;
     _module   = new InputModule();
     _module.AddSendEvent(SendKey);
     _module.AddSendEvent(SendMouse);
 }