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

Re: [pygame] Controlling Display Location on screen



As far as the mis-positioning of the window goes, I've gotten that problem when the y-size of the window is larger than the y-size of the screen.  As long as the window is generally smaller, there shouldn't be much problem.
On Thu, Dec 18, 2008 at 10:14 AM, Lenard Lindstrom <len-l@xxxxxxxxx> wrote:
Now a FAQ. Thanks for the code snippet Ian.
Cheers :)
There's similar stuff you can do with centering--but I thought these were already somewhere on the pygame.org website...

Ian