lordmauve / pgzero

A zero-boilerplate games programming framework for Python 3, based on Pygame.
https://pygame-zero.readthedocs.io/
GNU Lesser General Public License v3.0
527 stars 191 forks source link

full screen #286

Open ghost opened 2 years ago

ghost commented 2 years ago

I'm trying to make my pygame zero window full screen. I found on stackoverflow this solution which seems to work.

https://stackoverflow.com/questions/57522353/how-to-make-a-pygame-zero-window-full-screen

The code is using pygame. I think it's maybe better to make an official pygame zero function to go to full screen mode so we don't have to use pygame code. Maybe it can be added?

ghost commented 1 year ago

I would also like to have a pygame zero function for this

r0the commented 1 year ago

Pygame Zero Helper provides functions for toggling full screen mode.