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

Re: [pygame] Window position



Hi,

Call this:

import os
os.environ['SDL_VIDEO_CENTERED'] = '1'

before pygame stuff.

Cheers,
Ian