Leviatus21 / pspstacklesspython

Automatically exported from code.google.com/p/pspstacklesspython
1 stars 1 forks source link

psp2d.Screen() has no width or height attributes #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. screen = psp2d.Screen()
2. print screen.width, screen.height

What is the expected output? What do you see instead?
480 272.

What version of the product are you using? On what operating system?
StacklessPSP2.5.1_1 on 3.90M33-3.

Please provide any additional information below.
width and height are available when running the code using the pygame
wrapper, but not when running on PSP.

Original issue reported on code.google.com by MagerV...@gmail.com on 3 Jun 2008 at 4:05

GoogleCodeExporter commented 8 years ago
User MagerValp provided a patch to implement this functionality. It has been 
commited
in Rev #28

Original comment by carlos...@gmail.com on 30 Jun 2008 at 11:03