Win32: Fix no Super key release event after Win+V

The Win+V hotkey brings up a clipboard history IME that consumes the key
release.  This adds left and right Super to the modifier keys manually
polled for undetected release during event processing.

Fixes #1622.

(cherry picked from commit 562c17d131)
This commit is contained in:
Camilla Löwy
2020-01-15 16:19:56 +01:00
parent 85172703db
commit 8552152f80
2 changed files with 26 additions and 16 deletions
+1
View File
@@ -118,6 +118,7 @@ information on what to include when reporting a bug.
## Changelog
- [Win32] Bugfix: Super key was not released after Win+V hotkey (#1622)
- [Cocoa] Added support for `VK_EXT_metal_surface` (#1619)
- [Cocoa] Added locating the Vulkan loader at runtime in an application bundle
- [X11] Bugfix: `glfwFocusWindow` could terminate on older WMs or without a WM