Kris Schnee asked: > A weird question for you. What determines the location on-screen of the > Pygame graphics window? I find it appears in unpredictable locations, > sometimes going past the edge of the screen so that I have to drag it > into place to see the whole thing. Is there a way to give it a constant > starting location?
To my understanding, SDL has some support for handling window location: http://aspn.activestate.com/ASPN/Mail/Message/pygame-users/1681785 as Pete mentions in that reply, your mileage may vary. -Dave LeCompte