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

[pygame] can pygame move pygame-window itself.



Hi,I write pygame app.
I'd like to move pygame-window itself.
can I move window-frame itself.
like that
set pygame.display.set_position(550,400)
and pygame window move the lower right on desktop.

is there function in pygame?
or use other framework like as wxpython with pygame?