[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] SDL_VIDEO_CENTERED and Python 2.5



Hi!

In my games I would frequently use:

os.environ["SDL_VIDEO_CENTERED"] = "1"

to center the window in the middle of the computer screen. However since I upgraded my python from version 2.4 to 2.5, it doesn't work. Can someone help me with?

Thanks!
--
- pymike