Re: How to refer GL context in AWT Mouse Event
Posted by
gouessej on
May 30, 2017; 7:56pm
URL: https://forum.jogamp.org/How-to-refer-GL-context-in-AWT-Mouse-Event-tp4037905p4038023.html
We can't do that because we're not responsible for AWT which is part of the Java API, not a JogAmp API. Your problem lies in AWT itself. Which version of Java do you use? By the way, the current API already allows to get and set the surface scale. The things are better when using NEWT as it is designed with HiDPI in mind, the documentation is clear.