public static bool GetMouseClicked(int button) { if (GuiConsole.ConsoleOpen) { return(false); } return(MouseManager.GetMouseButtonClicked(button)); }