The Following User Says Thank You to jamiefuller For This Useful Post: | ||
![]() |
2011-02-22
, 02:22
|
Posts: 324 |
Thanked: 371 times |
Joined on Dec 2009
@ Vancouver, BC
|
#2
|
The Following User Says Thank You to Slocan For This Useful Post: | ||
![]() |
2011-02-23
, 00:49
|
Posts: 145 |
Thanked: 304 times |
Joined on Jan 2010
@ Milton Keynes, UK
|
#3
|
![]() |
2011-02-24
, 05:30
|
|
Posts: 191 |
Thanked: 46 times |
Joined on Jun 2010
@ NanJing China
|
#4
|
I'm working on a little Pygame, its running fine in windows and linux but on the n900 I need to create 480*800 fullscreen screen
I can create a 800*480 one but then everything is in landscape mode.
I can also create a 480*800 window and then by using the standard cntr+shift+r trick I can rotate that window...but I have to do that each and every time I run the script.
Is there a way to force PyGame to use Portrait mode instead of Landscape?
Many thanks