|
Size: 537
Comment: format update
|
Size: 644
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 20: | Line 20: |
| ''You can add useful comments here'' | SDL_EnableScreenSaver() is automatically called when shutting down SDL, so you don't have to worry about restoring the original state yourself. |
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.
