Example #1
0
 private static void OnWindowKeyboardEventDispatched(KeyboardEvent args)
 {
     inputEventQueue.Enqueue(args);
 }
Example #2
0
 private static void OnWindowKeyboradEventDispatched(KeyboardEvent args)
 {
     KeyboardEvent?.Invoke(args);
 }