Is there a way of using the setFullScreenWindow() method to display one huge frame over two or more screens?
as i understand it the setFullScreenWindow() can only grab one screen device / monitor.
Yeah, I think at the very lest you would need multiple “screens”, one for each monitor or ‘GraphicsDevice’. On the Mac I don’t even know if that would work… since there are properties you can set that make fullscreen mode can blank the ‘other’ displays the implementation may be assuming only one monitor is ever involved.