1
General / Mac window problems
« on: September 22, 2009, 04:17:41 am »Quote from: "Ceylo"
Don't worry about the answer time. You've no obligation (as I have none too).
Thanks for the notice about the desktop mode. I would like you to do some tests : could you check whether the desktop mode matches your primary or external monitor resolution ? I'm almost positive on the answer but I'd like to hear it from you.
And... as for the external display, do you think it would be better if SFML was using the biggest screen, or just kept using the primary screen ?
sf::VideoMode::GetDesktopMode() returns the video mode of the primary display, and uses the primary display. It's only when I specify the size that strange things happen.
I would say that using the primary display (As opposed to just the largest one) would be desired, as the user can control that, and it seems to be an intuitive behavior.