mirror of
https://github.com/glfw/glfw.git
synced 2026-09-23 00:59:48 +00:00
Add keyboard layout support
This adds a keyboard layout switch callback and a query for the human-readable name of the current layout. Fixes #1201.
This commit is contained in:
@@ -9,6 +9,15 @@
|
||||
|
||||
@subsection features_34 New features in version 3.4
|
||||
|
||||
@subsubsection keyboard_layout_34 Keyboard layouts
|
||||
|
||||
GLFW can now notify when the keyboard layout has changed with @ref
|
||||
glfwSetKeyboardLayoutCallback and provides the human-readable name of the
|
||||
current layout with @ref glfwGetKeyboardLayoutName.
|
||||
|
||||
For more information, see @ref keyboard_layout.
|
||||
|
||||
|
||||
@subsubsection standard_cursors_34 More standard cursors
|
||||
|
||||
GLFW now provides the standard cursor shapes @ref GLFW_RESIZE_NWSE_CURSOR and
|
||||
|
||||
Reference in New Issue
Block a user