Exemplo n.º 1
0
 bool KeyboardListener_KeyDown(KeyboardListener.KeyHookEventArgs e)
 {
     return KeyboardHandler.HandleKeyDown(e);
 }
Exemplo n.º 2
0
 private void Application_Exit(object sender, ExitEventArgs e)
 {
     KeyboardListener.UnRegister();
     AppleKeyboardHID2.Shutdown();
 }