Exemplo n.º 1
0
 static string KeyName(DistinctKey k) => k switch
 {
Exemplo n.º 2
0
 public KeyEvent(DistinctKey key, bool pressed)
 {
     Key     = key;
     Pressed = pressed;
 }