Wiki Page Content

Revision 5 as of 2015-07-21 17:35:06

Clear message

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.


CategoryAPI, CategoryVideo

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