示例#1
0
文件: Input.cs 项目: Perksey/Mana
 public static bool IsKeyDown(Key key) => _current.IsKeyDown(key);