Пример #1
0
 public override bool GetMouseButtonDown(int button)
 {
     return(IsMouseEnabled && InputManager.GetMouseButtonDown(button));
 }