Backends: GLFW: cancel out errors emitted by glfwGetKeyName() when a name is missing. (#5908)

This commit is contained in:
ocornut
2022-11-22 18:08:25 +01:00
parent 5bb2874940
commit 16476f99fd
2 changed files with 8 additions and 1 deletions

View File

@ -38,6 +38,7 @@ HOW TO UPDATE?
- Inputs: fixed moving a window or drag and dropping from preventing input-owner-unaware code
from accessing keys. (#5888, #4921, #456)
- Inputs: fixed moving a window or drag and dropping from capturing mods. (#5888, #4921, #456)
- Backends: GLFW: cancel out errors emitted by glfwGetKeyName() when a name is missing. (#5908)
-----------------------------------------------------------------------