Open ghost opened 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?
I would also like to have a pygame zero function for this
Pygame Zero Helper provides functions for toggling full screen mode.
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?