コード例 #1
0
ファイル: App.xaml.cs プロジェクト: schlitzgesicht/test
 bool KeyboardListener_KeyDown(KeyboardListener.KeyHookEventArgs e)
 {
     return KeyboardHandler.HandleKeyDown(e);
 }
コード例 #2
0
 private void Application_Exit(object sender, ExitEventArgs e)
 {
     KeyboardListener.UnRegister();
     AppleKeyboardHID2.Shutdown();
 }