Wiki Page Content

Differences between revisions 3 and 4
Revision 3 as of 2010-01-11 00:49:19
Size: 792
Editor: SheenaSmith
Comment: added DRAFT to top for removal after page is edited
Revision 4 as of 2010-08-30 04:42:47
Size: 643
Editor: SheenaSmith
Comment: update content (w/ Sam); remove 'draft' note
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
||<tablewidth="100%"style="color: rgb(255, 0, 0); text-align: center;">DRAFT||
Line 6: Line 5:
Use this function to return whether the screensaver is currently enabled __(default off)__. Use this function to return whether the screensaver is currently enabled.
Line 16: Line 15:
Returns true if the screen saver is enabled, false if it is disabled. Returns SDL_TRUE if the screensaver is enabled, SDL_FALSE if it is disabled.
Line 24: Line 23:
''You can add useful comments here''
__Should "(default off)" from above be moved down here?__
The screensaver is enabled 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 enabled by default.


CategoryAPI, CategoryVideo

None: SDL_IsScreenSaverEnabled (last edited 2016-05-14 22:10:02 by PhilippWiesemann)

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