Hi all,
I’m just grabbing at straws here, but does anyone happen to know if its possible to switch from OF_GAME_MODE to OF_WINDOW without quitting an app?
I’m creating an app for an installation on linux with 2 monitors, and thus I need GAME_MODE since there’s no other known way to make the app fullscreen on 2 monitors on linux. (Unless i’m mistaken).
I tend to think that it is not possible. But maybe try playing around with glutLeaveGameMode. Here you can find some more info about that: http://www.nullterminator.net/glut.html