I've been wondering what is the difference between this two, I saw WINDOWCLOSE
in the pygame docs but it doesn't have much information on it, so can someone tell me what is the difference between this two?
Asked
Active
Viewed 45 times
1

Zenthm
- 104
- 1
- 8
-
4Window close doesn't end application If you have multiple windows, just closes that window, but quit event completely end the application. – Reza Akraminejad Jan 25 '22 at 07:19
-
Ah ok so if 1 window has been closed it will trigger this event but it doesn't end the application because there may be another window that is opened in the application, thanks! – Zenthm Jan 26 '22 at 02:08
-
@hamed_gibago can you put your response in an answer so it can be accepted and help the community? – Mr. Dave Jan 27 '22 at 16:13
-
Sure. Thank you for acceptance and mention that want to make it accepted. I did it. – Reza Akraminejad Jan 27 '22 at 17:58
1 Answers
2
Window close doesn't end application If you have multiple windows, just closes that window, but quit event completely end the application.

Reza Akraminejad
- 1,412
- 3
- 24
- 38