Exemplo n.º 1
0
 private static void OnWindowCharEventDispatched(CharEvent args)
 {
     inputEventQueue.Enqueue(args);
 }
Exemplo n.º 2
0
 private static void OnWindowCharEventDispatched(CharEvent args)
 {
     CharEvent?.Invoke(args);
 }