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

Re: [pygame] Starting Window Position



You can only do that with multiple processes. It's one window per
process for SDL.

On 6/28/07, Ian Mallett <geometrian@xxxxxxxxx> wrote:
Awesome!  That works!  Thanks!  Just one more question though...  I want to
have two or more pygame windows running at the same time.  Can you do that?
Ian