mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
Documentation work.
This commit is contained in:
@@ -1046,6 +1046,8 @@ void _glfwPlatformPollEvents(void)
|
||||
if (msg.message == WM_QUIT)
|
||||
{
|
||||
// Treat WM_QUIT as a close on all windows
|
||||
// While GLFW does not itself post WM_QUIT, other processes may post
|
||||
// it to this one, for example Task Manager
|
||||
|
||||
window = _glfw.windowListHead;
|
||||
while (window)
|
||||
|
||||
Reference in New Issue
Block a user