From 6a9fd2e13f21a6a890745b20205beb1b095e4ca6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Wed, 15 Jan 2020 22:19:19 +0100 Subject: [PATCH] Win32: Add matching comment (cherry picked from commit 190673e77965b043bbb76020e5557d53c9d80cda) --- src/win32_window.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/win32_window.c b/src/win32_window.c index c04d1a74..0ce22ee7 100644 --- a/src/win32_window.c +++ b/src/win32_window.c @@ -1908,6 +1908,7 @@ void _glfwPlatformPollEvents(void) // NOTE: Windows key is not reported as released by the Win+V hotkey // Other Win hotkeys are handled implicitly by _glfwInputWindowFocus // because they change the input focus + // NOTE: The other half of this is in the WM_*KEY* handler in windowProc handle = GetActiveWindow(); if (handle) {