Re: Fullscreen on secondary monitor
Posted by
Sven Gothel on
URL: https://forum.jogamp.org/Fullscreen-on-secondary-monitor-tp4032833p4032838.html
On 08/19/2014 03:18 PM, elect [via jogamp] wrote:
> Is it possible to detect during runtime the monitor the glWindow is in and
> then use that?
Yes, NEWT Window has a getMainMonitor() method,
however, the window's screen instance must be realized already
to fetch all associated monitor devices.
Please check 'TestScreenMode01dNEWT' in our unit tests.
~Sven