Re: GLcanvas vs NEWT on Hi DPI Screens
Posted by
mahesh on
URL: https://forum.jogamp.org/GLcanvas-vs-NEWT-on-Hi-DPI-Screens-tp4041191p4041193.html
Have you tried to modify the pixel scale to work around this problem?
gouessej wrote
Have you tried to modify the pixel scale to work around this problem?
Yes I used that but it works in GLCanvas but not in NEWTCanvas (my machine is windows surface pro 6).
I looked into several discussions in the forum, but could't conclude if NEWTcanvas deals with highdpi on windows or not.
The problem is, not getting pixelScale but NEWTCanvas is not resizing to fill the whole window. For pixelScale=2 (hihdpi monitor), it is filled in just 1/4th part. For pixelScale=1 (normal monitor) it fills completely. Is it a known bug?