Pool Video Switch v2
Software video switch for distributed remote display in a lecture environment
|
Functions | |
void | allowSaverAndStandby (bool allow) |
Whether we want to allow the screen saver to activate or the screen to enter standby. More... | |
void | forceUnlockAndScreenOn () |
Disable the screen saver (only if password locking is disabled!), power screen on if it's in standby. More... | |
void ScreenSaver::allowSaverAndStandby | ( | bool | allow | ) |
Whether we want to allow the screen saver to activate or the screen to enter standby.
Note: If the screen is already in standby, this will not power it on again, or disable the screen saver, so to be safe, you might want to call forceOn() too.
allow | true to allow ss/standby |
Definition at line 46 of file screensaver.cpp.
void ScreenSaver::forceUnlockAndScreenOn | ( | ) |
Disable the screen saver (only if password locking is disabled!), power screen on if it's in standby.
Definition at line 70 of file screensaver.cpp.