Login  Register

Re: Mouse callbacks from external native window

Posted by Dominik Pospisil on Sep 15, 2016; 12:05pm
URL: https://forum.jogamp.org/Mouse-callbacks-from-external-native-window-tp4037197p4037201.html

Yes, but the native app which I am not in control of does not give me access to the mouse/keyboard neither.

I am not using any AWT so i can't use awt mouse listeners. The AWT system event queue do not receive any events related to the native window. The only info about mouse which I can get is from java.awt.MouseInfo, but it does not provide access to mouse button statuses, just the possition :(

- Dominik