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