I would like to know please when the user is not using my application.
I have been looking to this GetLastInputInfo but this manages the interaction with the OS and not only my application.
My application has many forms and I would like to avoid adding handlers to every form to check for MouseHover or PressKey events. At least it's very difficult.
Is there any other way please to achieve this ?
Thanks.