Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi! I have mach windows. 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.