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

Re: [pygame] Setting Initial Screen Position



On Feb 11, 2008 6:33 PM, Brian Fisher <brian@xxxxxxxxxxxxxxxxxxx> wrote:
For issues like these that may be related to a particular version of SDL, you can print:
pygame.base.get_sdl_version()
I get "(1, 2, 7)".
to find out what SDL version your pygame is using.
So Ian,
what do you mean "It works, but it sure isn't centered"?
The Pygame window opens, but it isn't centered.  I didn't try setting the window position.
Ian