How to tell if a newt window is maximized?
Posted by GiGurra on Feb 22, 2012; 8:52pm
URL: https://forum.jogamp.org/How-to-tell-if-a-newt-window-is-maximized-tp3767837.html
On windows:
Is there any way to tell if a decorated newt window (created with GlWindow.create(....)) is maximized on a monitor?
I cant just ask if size + decoration == screen size because windows adds some wierd padding to the reported size when in a "maximized" state.
Tell me if you need more info, but an "isMaximized()" method would be really good here