[visionegg] Screen window location
- From: Simeon Fitch <simeon.fitch@xxxxxxxxxxxxx>
- To: visionegg <visionegg@xxxxxxxxxxxxx>
- Date: Mon, 6 Feb 2006 10:25:22 -0500
(On OS X Tiger)
I'm creating a Screen instance like this (windowed mode):
screen = Screen(frameless=False,
size=(session.screenWidth,session.screenHeight), hide_mouse=False,
sync_swap=True)
And when it eventually is displayed, the window manager places it at
the top centered on the screen. I'd like to position a window below
it, and want to query the screen for it's position. When I call
"pygame.display.get_surface().get_rect()" it reports "0, 0" for the
x,y position.
Anyone know how to query the screen's position? Furthermore, how can
I control it?
Thanks,
Simeon
=====================================The Vision Egg mailing list
Archives: http://www.freelists.org/archives/visionegg
Website: http://www.visionegg.org/mailinglist.html
- Follow-Ups:
- [visionegg] Re: Screen window location
- From: Mark Halko
Other related posts:
- » [visionegg] Screen window location
- » [visionegg] Re: Screen window location
- » [visionegg] Re: Screen window location
- » [visionegg] Re: Screen window location
- [visionegg] Re: Screen window location
- From: Mark Halko