#pragma section-numbers off #pragma disable-camelcase = SDL_EnableScreenSaver = Use this function to allow the screen to be blanked by a screen saver. <> == Syntax == {{{#!highlight cpp void SDL_EnableScreenSaver(void) }}} == Code Examples == {{{#!highlight cpp You can add your code example here }}} == Remarks == ''You can add useful comments here'' == Version == This function is available since SDL 2.0.0. == Related Functions == .[[SDL_DisableScreenSaver]] .[[SDL_IsScreenSaverEnabled]] ---- [[CategoryAPI]], [[CategoryVideo]]