diff --git a/src/win32_window.c b/src/win32_window.c index 727fc7744..edd923ac6 100644 --- a/src/win32_window.c +++ b/src/win32_window.c @@ -1181,6 +1181,8 @@ void _glfwPlatformWaitEvents(void) void _glfwPlatformPostEmptyEvent(void) { + _GLFWwindow* window = _glfw.windowListHead; + SendMessage(window->win32.handle, 0, 0, 0); } void _glfwPlatformSetCursorPos(_GLFWwindow* window, double xpos, double ypos)