Is it possible to programatically ask Mac OS X not to turn on the screen saver while your application is active?
Asked
Active
Viewed 1,165 times
1 Answers
3
You want to use:
UpdateSystemActivity(UsrActivity);
Here is Apple's example code.
Be aware this is deprecated for 64bit binaries, and I have not found a suitable replacement, but the struggle continues.