global mouse listener
Hello,
It has been days and days since I've started looking at the solution and I googled a lot of sites and forum.
I want to listen to global mouse events from Java, CDC 1.1, J9 Personnal Profile on Windows mobiel 2003.
I tried subclassing all windows using SWT but it failed.
I tried subclassing all windows through JNI but it stills fails.
I tried Toolkit.getDefaultToolkit().getSystemEventQueue().push(new MyEventQueue()) with AWT but I can't get any messages...
MouseInfo doesn't exist in CDC Personnal Profile 1.1 which equals to Java 1.4...
Do somebody have an idea or some example code which would really save me from other "unresultful" research months ?
Thank you very much

