mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-01 21:48:57 +03:00
Hey first edit here, Here's a quick edit for something I just stumbled upon learning Godot 4, basically the notification MainLoop.NOTIFICATION_WM_QUIT_REQUEST changed to NOTIFICATION_WM_CLOSE_REQUEST. Would spare some people quite a bit of confusion I basically had to search through the source's commits since it not only moved but changed name. It *is* already correctly listed in the Node page though. I'm not really sure about the C# code examples though but I doubt it would be more complicated than this.