How to track user inactivity
-
@Mikeeeeee
This question is very curt. Define what you mean. -
I would like to know if the mouse moves on my windows, if the mouse clicks on my windows, if the keyboard pressed with focus is on my windows.
@Mikeeeeee
So you will have to write code to detect exactly those things you want to monitor. Probably through an event filter. And if none arrive the user is inactive, in those terms. I don't know what else to say.