Add glfwGetKeyScancode

Allows retrieval of platform scancode from GLFW_KEY_*.  Implemented for
Win32, Cocoa and X11.  Stubs for Mir and Wayland.

Closes #830.
This commit is contained in:
Michael Stocker
2016-08-11 19:11:40 +02:00
committed by Camilla Berglund
parent f17d60da64
commit e745b0dd47
11 changed files with 101 additions and 0 deletions
+3
View File
@@ -99,6 +99,8 @@ information on what to include when reporting a bug.
## Changelog
- Added `glfwGetKeyScancode` function that allows retrieving platform depen-
dent scancodes for keys
- Bugfix: Calling `glfwMaximizeWindow` on a full screen window was not ignored
@@ -243,6 +245,7 @@ skills.
- Santi Zupancic
- Jonas Ådahl
- Lasse Öörni
- Michael Stocker
- All the unmentioned and anonymous contributors in the GLFW community, for bug
reports, patches, feedback, testing and encouragement