LastMouseMove( )

Started by mueer01, October 31, 2013, 04:22:53 AM

Previous topic - Next topic

mueer01

Hello,

is it possible to get the time (or timediff) of the last mouse move?
I want to keep the program sleeping until the last mouse move is > 10 minutes:

while LastMouseMove() < 600
   TimeDelay(60)
endwhile
.
.
.
Regards,
Erhard

mueer01

I solved it by
MouseInfo (3)
and comparing the returned coords.

- close -