Check whether the screensaver is currently enabled.
Defined in <SDL3/SDL_video.h>
Returns SDL_TRUE if the screensaver is enabled, SDL_FALSE if it is disabled.
The screensaver is disabled by default.
The default can also be changed using SDL_HINT_VIDEO_ALLOW_SCREENSAVER
.
This function is available since SDL 3.0.0.