فهرست منبع

Win32: Add matching comment

Camilla Löwy 5 سال پیش
والد
کامیت
190673e779
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/win32_window.c

+ 1 - 0
src/win32_window.c

@@ -1918,6 +1918,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)
     {
     {