mirror of
https://github.com/glfw/glfw.git
synced 2025-04-05 21:45:08 +00:00
Win32: Add matching comment
This commit is contained in:
parent
789a2bcb39
commit
190673e779
1 changed files with 1 additions and 0 deletions
|
@ -1918,6 +1918,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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue