SDL_IsScreenSaverEnabled
Use this function to return whether the screensaver is currently enabled.
Syntax
SDL_bool SDL_IsScreenSaverEnabled(void)
Return Value
Returns SDL_TRUE if the screensaver is enabled, SDL_FALSE if it is disabled.
Code Examples
You can add your code example here
Remarks
The screensaver is enabled by default.
