예제 #1
0
파일: Input.cs 프로젝트: Perksey/Mana
 public static bool IsKeyDown(Key key) => _current.IsKeyDown(key);