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

Re: [pygame] How to remove the window frame



Perfect!
Thanks, I didn't notice those flags.

Simon Pickles escribió:


marta sanz wrote:
Hi there!
Does anyone know how can I remove the window frame? I mean the frame where appears the caption of that window.

Try adding the flag pygame.NOFRAME to your display setup code, as detialed here:

http://www.pygame.org/docs/ref/display.html#pygame.display.set_mode