Wiki Page Content

Differences between revisions 7 and 9 (spanning 2 versions)
Revision 7 as of 2014-06-22 02:36:17
Size: 570
Editor: dthree
Comment: Unsure if hint override is equivalent: SDL_SetHintWithPriority(SDL_HINT_VIDEO_ALLOW_SCREENSAVER, "0", SDL_HINT_OVERRIDE);
Revision 9 as of 2019-01-26 14:35:15
Size: 641
Editor: haxpor
Comment: example code is not necessary, and not really provide benefit. Remove but still stick to the old pattern of CODE EXAMPLES section
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
SDL_DisableScreenSaver(); You can add your code example here
Line 21: Line 21:

== Version ==
This function is available since SDL 2.0.0.

SDL_DisableScreenSaver

Use this function to prevent the screen from being blanked by a screen saver.

Syntax

void SDL_DisableScreenSaver(void)

Code Examples

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.


CategoryAPI, CategoryVideo

None: SDL_DisableScreenSaver (last edited 2019-01-26 14:35:15 by haxpor)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit