Win32: Add matching comment

(cherry picked from commit 190673e779)
This commit is contained in:
Camilla Löwy 2020-01-15 22:19:19 +01:00
parent e53538010a
commit 6a9fd2e13f

View File

@ -1908,6 +1908,7 @@ void _glfwPlatformPollEvents(void)
// NOTE: Windows key is not reported as released by the Win+V hotkey // NOTE: Windows key is not reported as released by the Win+V hotkey
// Other Win hotkeys are handled implicitly by _glfwInputWindowFocus // Other Win hotkeys are handled implicitly by _glfwInputWindowFocus
// because they change the input focus // because they change the input focus
// NOTE: The other half of this is in the WM_*KEY* handler in windowProc
handle = GetActiveWindow(); handle = GetActiveWindow();
if (handle) if (handle)
{ {