|
Size: 490
Comment: create page, add content
|
Size: 579
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 5: | Line 5: |
| Use this function to prevent the screen from being blanked by a screen saver . | Use this function to prevent the screen from being blanked by a screen saver. |
| Line 20: | Line 20: |
| You can add useful comments here | If you disable the screensaver, it is automatically re-enabled when SDL quits. |
| Line 25: | Line 25: |
---- [[CategoryAPI]], [[CategoryVideo]] |
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.
