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?