Loading...
The ClearAllInput method clears input so that all push and click methods will return false. This method can be useful to prevent click-throughs or same-frame click-throughs.
To clear input, simply call the ClearAllInput method:
FlatRedBall.Input.InputManager.ClearAllInput();