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

SDL_IsScreenSaverEnabled (last edited 2010-08-30 04:42:47 by SheenaSmith)

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