News and contributor notes

This commit is contained in:
Yukari Hafner 2026-06-26 21:50:47 +02:00
parent e293749e6d
commit 9c0d487ff6
No known key found for this signature in database
GPG key ID: A65ADD33A582C0E2
3 changed files with 12 additions and 2 deletions

View file

@ -313,6 +313,7 @@ video tutorials.
- Jonas Ådahl
- Lasse Öörni
- Leonard König
- Yukari Hafner (Shinmera)
- All the unmentioned and anonymous contributors in the GLFW community, for bug
reports, patches, feedback, testing and encouragement

View file

@ -120,8 +120,9 @@ information on what to include when reporting a bug.
## Changelog since 3.5
None.
- Added `glfwGetKeyNameModifiers` to obtain the native key translation including
active modifier sets in order to accurately display key state and handle key
chords in the presence of shift and other modifiers (#2685)
## Contact

View file

@ -5,6 +5,12 @@
## New features {#features}
### Key translations with modifiers {#glfwGetKeyNameModifiers}
GLFW now provides the @ref glfwGetKeyNameModifiers function to obtain the native
key translation including active modifier sets in order to accurately display
key state and handle key chords in the presence of shift and other modifiers.
## Caveats {#caveats}
## Deprecations {#deprecations}
@ -15,6 +21,8 @@
### New functions {#new_functions}
- @ref glfwGetKeyNameModifiers
### New types {#new_types}
### New constants {#new_constants}