mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 16:52:57 +00:00
Win32: Fix glfwGetKeyScancode for GLFW_KEY_PAUSE
The bug described in03cfe957e7was already present for another key where modifiers changes its scancode. Related to #1993 (cherry picked from commit8d9231fe5e)
This commit is contained in:
@@ -125,6 +125,8 @@ information on what to include when reporting a bug.
|
||||
|
||||
- [Win32] Bugfix: `Alt+PrtSc` would emit `GLFW_KEY_UNKNOWN` and a different
|
||||
scancode than `PrtSc` (#1993)
|
||||
- [Win32] Bugfix: `GLFW_KEY_PAUSE` scancode from `glfwGetKeyScancode` did not
|
||||
match event scancode (#1993)
|
||||
|
||||
|
||||
## Contact
|
||||
|
||||
Reference in New Issue
Block a user