How can I get the top level size of a GLWindow?
Posted by
gouessej on
Dec 05, 2011; 9:31pm
URL: https://forum.jogamp.org/How-can-I-get-the-top-level-size-of-a-GLWindow-tp3562705.html
Hi
GLWindow.getHeight() and GLWindow.getWidth() return the size of its GLDrawable instance, I assume it doesn't return the whole size of the window including its decorations if any. How can I get such a size?