Re: Impossible to retrieve the current mode until GLWindow is visible
Posted by
Sven Gothel on
Dec 01, 2012; 5:57pm
URL: https://forum.jogamp.org/Impossible-to-retrieve-the-current-mode-until-GLWindow-is-visible-tp4027351p4027363.html
On 12/01/2012 10:22 AM, gouessej [via jogamp] wrote:
As long you remove the reference afterwards (at best after window visibility
to avoid a redundant lifecycle) your lifecycle would be complete.
Otherwise the Screen and it's Display would be kept open .. I guess I have
described it in this thread - and it's visible in the unit tests.
In the end - your choice ofc.
~Sven