lordmauve / pgzero

A zero-boilerplate games programming framework for Python 3, based on Pygame.
https://pygame-zero.readthedocs.io/
GNU Lesser General Public License v3.0
527 stars 191 forks source link

How to set the windows's begin position? #279

Open zryoung opened 2 years ago

zryoung commented 2 years ago

How to set the windows's begin position?

ghost commented 1 year ago

This works here: https://stackoverflow.com/questions/68552586/pygame-zero-window-positioning

But the window title bar seems to dissapear.

Can we request a pygame zero function that can do this properly?

Thx