/// <summary> /// Read the gamepad which is implemented as a screen area, Xbox 360 or Xbox One controller, /// or keyboard keys /// </summary> /// <returns>true if the fire area in the screen gamepad is being clicked with the mouse, /// touched, or selected with a pen or the space bar is pressed</returns> public static bool GetFireGamepad() { return(manager.GetFireGamepad()); }