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