Wiki Page Content

Revision 5 as of 2011-01-03 19:10:47

Clear message

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

SDL_EnableScreenSaver() is automatically called when shutting down SDL, so you don't have to worry about restoring the original state yourself.


CategoryAPI, CategoryVideo

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