Exemplo n.º 1
0
 public static bool IsKeyPressed(Keys key)
 {
     return(PressedKeys.TryGetValue(key, out var pressed) && pressed);
 }