#pragma section-numbers off #pragma disable-camelcase = SDL_DisableScreenSaver = Use this function to prevent the screen from being blanked by a screen saver. <> == Syntax == {{{#!highlight cpp void SDL_DisableScreenSaver(void) }}} == Code Examples == {{{#!highlight cpp You can add your code example here }}} == Remarks == If you disable the screensaver, it is automatically re-enabled when SDL quits. == Version == This function is available since SDL 2.0.0. == Related Functions == .[[SDL_EnableScreenSaver]] .[[SDL_IsScreenSaverEnabled]] ---- [[CategoryAPI]], [[CategoryVideo]]