Getting monitor size in python

Posted by None on Stack Overflow See other posts from Stack Overflow or by None
Published on 2010-04-18T15:58:35Z Indexed on 2010/04/18 16:03 UTC
Read the original article Hit count: 313

Filed under:
|
|
|

I am using python and want to create a fullscreen window. I know about the pygame.FULLSCREEN flag but when I use that there's areas of black around the screen. Is there any way to get the monitor size using python so I can make the window the correct size?

© Stack Overflow or respective owner

Related posts about python

Related posts about pygame