Resume The old name for this function is Continue. The old name can still be used. Examples if( gamePaused ) {
// Pause the FPS counter // FpsCounter::Pause(); // Wait until the game should continue... // Resume the FPS counter // FpsCounter::Resume(); } Other functions of the class FpsCounter
Questions about Resume? Click here. |