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

Re: [pygame] can pygame move pygame-window itself.



Hello
Thank you for your information.
I tried it and it work will.


Renà Dudfield wrote:
Hello,

you can move the pygame window like this:
http://www.pygame.org/wiki/SettingWindowPosition?parent=CookBook

But it only supports setting the position when you create the window,
not afterwards.



On 10/30/06, èååäé <shiba00@xxxxxxxxxxx> wrote:
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?