ALT_DOWN_MASK added to MouseEvent with GLJPanel
Posted by Nikos132 on Jul 08, 2014; 11:01am
URL: https://forum.jogamp.org/ALT-DOWN-MASK-added-to-MouseEvent-with-GLJPanel-tp4032529.html
Hello, I tried to get some info on that point bu found nothing yet...
Here is my problem: when I use GLCanvas I properly handle mouse event on top of it ( not using NEWT ) but when I switch to GLJPanel I get event.getModifiersExt() returning ALT_DOWN_MASK for middle button clicks and META_DOWN_MASK for left clicks.
I'm missing something or is it mandatory from a jogl perspective?
Thanks in advance for any help.