I am trying to "hear" mouse events in windows, and made a mouse hook. But I think for security reasons, every time I open Internet Explorer on any site that uses the protocol https: / /, the hook is down, and return when I leave the secure url or close the IE.
In firefox, don't have any problem, the hook works fine.
I want to know if there is some workaround, or even a different way of my application hear the events global mouse in windows.
Indeed, my application is in Java, but I was forced to do the hook in C + + and use JNI to access it.
My knowledge in C / C + + are very small, but if someone has any example, or even an idea of how to get around this problem, I thank you.
Thanks.