コード例 #1
0
ファイル: Input.cs プロジェクト: Perksey/Mana
 public static bool IsKeyDown(Key key) => _current.IsKeyDown(key);