Ejemplo n.º 1
0
 protected override void CreateDrivers()
 {
     keyboard_driver = new WinRawKeyboard(Parent.Handle);
     mouse_driver    = new WinRawMouse(Parent.Handle);
     joystick_driver = new WinRawJoystick(Parent.Handle);
     DevNotifyHandle = RegisterForDeviceNotifications(Parent);
 }
Ejemplo n.º 2
0
 protected override void CreateDrivers()
 {
     keyboard_driver = new WinRawKeyboard(Parent.Handle);
     mouse_driver = new WinRawMouse(Parent.Handle);
     joystick_driver = new WinRawJoystick(Parent.Handle);
     DevNotifyHandle = RegisterForDeviceNotifications(Parent);
 }