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

[pygame] resizing windows



Hi,
I've made a game that could work at any screen size, but I don't know how to make the screen resize.  I could pass pygame.RESIZEABLE to enable users to resize the window, but I would need something else to resize the surface by calling pygame.display.set_mode(). 
Geo