|
Size: 643
Comment: update content (w/ Sam); remove 'draft' note
|
Size: 644
Comment: corrected documentation about the default screensaver setting.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 23: | Line 23: |
| The screensaver is enabled by default. | The screensaver is disabled by default. |
SDL_IsScreenSaverEnabled
Use this function to return whether the screensaver is currently enabled.
Syntax
SDL_bool SDL_IsScreenSaverEnabled(void)
Return Value
Returns SDL_TRUE if the screensaver is enabled, SDL_FALSE if it is disabled.
Code Examples
You can add your code example here
Remarks
The screensaver is disabled by default.
