Beispiel #1
0
 void Window_KeyReleaseEvent(object o, KeyReleaseEventArgs args)
 {
     Console.WriteLine("Releasing: {0}", args.Event.Key);
     CommonGuiInput.KeyRelease(args.Event.Key.ToString());
     args.RetVal = true;
 }