final_game_tech
final_game_tech copied to clipboard
Support for preventing the screensaver to kick in
For real-time applications we can inform the OS that our application is always awake, so no screen savers or power-off events are triggered. Of course, we want this to be controlled by the user, so there must be a boolean for enable/disable it in fplWindowSettings.
Required issues:
- #150
- #151
I did the merging wrong, because only the win32 implementation is finished -.-