|
Size: 644
Comment:
|
← Revision 9 as of 2019-01-26 14:35:15 ⇥
Size: 641
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 20: | Line 20: |
| SDL_EnableScreenSaver() is automatically called when shutting down SDL, so you don't have to worry about restoring the original state yourself. | If you disable the screensaver, it is automatically re-enabled when SDL quits. == 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.
