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