Post
by Joris » Tue Jun 10, 2014 09:37
We actually tried to implement this a while back. Our 'quick fix' approach was to simulate a 1px mouse move, to fool the computer into thinking the mouse was actually being used.
The problem was that we ended up having to do that at very short intervals, because screen savers can kick in after a minute. This caused all sorts of glitches with mouse movements.
We need to look at this a lot better and longer to do it properly. And unfortunately, that means we have a lot of higher priority problems to tackle first.