Login  Register

Re: GLJPanel/GLCanvas dpi scaling and AWT pointer coordinates

Posted by Marc Kurtz on Jul 04, 2024; 3:32pm
URL: https://forum.jogamp.org/GLJPanel-GLCanvas-dpi-scaling-and-AWT-pointer-coordinates-tp4043482p4043484.html

Thanks for writing! I have looked at NewtCanvasAWT and it's my understanding that I would first create a Newt window and then wrap that in a NewtCanvasAWT. I think the biggest thing holding us back is that NewtCanvasAWT is not a AWTGLAutoDrawable. This may be an architectural problem on our end, but we expect to be using AWTGLAutoDrawable and I wasn't able to get far.