Quote:
Originally Posted by thumbstump
I'll look into this (and thanks @zxczxc for the code I might use).
The problem is, the program would have to check if it's in screensaver mode every touch and if there's a lot of computation in the event capture loop, the plugin dies, for some reason.
I can try to have the screensaver toggle the touch-disable before it turns on--that might be a better approach.
|
Even better, have the touch-disable wait on 'going to screensaver' event.
It is an event driven system, the 'wait event' part of the system is efficient.