Re: Creating large GLWindows on multiple monitor setups
Posted by ac on Dec 02, 2014; 5:27pm
URL: https://forum.jogamp.org/Creating-large-GLWindows-on-multiple-monitor-setups-tp4033552p4033696.html
Ok, I look further into the window placement with NEWT, and see if I can figure things out.
However, I think the window size is a separate issue: if I create a window of size 1440x900 on a 1280x900 screen, I would expect that if I drag the window horizontally, then I would be able to see the portions of the window that fell outside of the screen. But this doesn't happen, the window appears to have a width of 1280. Maybe this is a Mac-specific thing?