O
O
OccamaRazor2017-09-13 08:51:49
Python
OccamaRazor, 2017-09-13 08:51:49

How to implement work with a window (open, collapse, close) in python using pygame?

How to implement work with a window (open, collapse, close) in python using pygame?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Gornostaev, 2017-09-13
@OccamaRazor

If you need to control the state of the window from the execution thread, then the pygame.display.quit() , pygame.display.iconify() and pygame.display.toggle_fullscreen() methods will help .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question