[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [pygame] Centering window



Gustavo Niemeyer wrote:
> Is it possible to control the pygame window attributes? I'd like to
> center the pygame window in the screen, and also remove the decorations
> (title bar, etc).

good news and bad news..

the bad news, there's no way to really control the window position.
good news, it's easy to turn off the window decorations, add the "NOFRAME" 
flag to the set_mode() call. eek, i just noticed NOFRAME was missing from 
the docs, whoops.

win = pygame.display.set_mode(size, NOFRAME)

____________________________________
pygame mailing list
pygame-users@seul.org
http://pygame.seul.org