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