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