mirror of
https://github.com/glfw/glfw
synced 2026-09-26 16:18:21 +03:00
News and contributor notes
This commit is contained in:
parent
e293749e6d
commit
9c0d487ff6
3 changed files with 12 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue