PauseThisScreen
Introduction The PauseThisScreen method is provided by FlatRedBall Screens which can be used to implement pausing. In many cases, this function will effectively provide pause implementation for games. Example Usage – Pausing With the Keyboard The following code shows how to pause and unpause the screen using a gamepad’s Start button. void CustomInitialize() { //[…]