Re: JOGL broken with JRE>8 and Windows window-scaling
Posted by nyxcode on Aug 16, 2018; 5:10pm
URL: https://forum.jogamp.org/JOGL-broken-with-JRE-8-and-Windows-window-scaling-tp4039122p4039123.html
If it was possible to get the scaling factor (or the "true" size of the window), I could do something like
glViewport(0, 0, width * scalingFactor, height * scalingFactor)