How to choose the primary screen with NEWT?
Posted by
gouessej on
Jun 30, 2012; 2:04pm
URL: https://forum.jogamp.org/How-to-choose-the-primary-screen-with-NEWT-tp4025361.html
Hi
Some people use several monitors at the same time and the default Screen instance used by NEWT is a 2-monitor wide one. How can I solve this problem? How can I make the difference between 2-monitor wide Screen instances and single monitor wide Screen instances? Can I call gelAllScreens() very early to get all existing screens?