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
+6
View File
@@ -5,6 +5,12 @@
@section news_33 New features in 3.3
@subsection new_33_keyscancode Platform dependent scancodes
GLFW now supports querying the platform dependent scancode of any key with
@ref glfwGetKeyScancode.
@section news_32 New features in 3.2