On Sun, 2006-06-04 at 19:02 +0200, Mikael Moutakis wrote: > Thank you. Would it be possible to display a PyGame window on a second > monitor if you don't use fullscreen mode?
It looks like newer version of SDL support some environment variables that may help. You'll likely need to follow up with SDL or the code to see if and how these work on windows. SDL_VIDEO_FULLSCREEN_HEAD SDL_VIDEO_WINDOW_POS
