Backends: SDL3: Rename SDLK_QUOTE and SDLK_BACKQUOTE to SDLK_APOSTROPHE and SDLK_GRAVE. (#7580)

This commit is contained in:
kuvaus
2024-05-14 04:44:48 +03:00
committed by ocornut
parent 5d973a87d4
commit e45efa9951
2 changed files with 3 additions and 2 deletions

View File

@@ -56,6 +56,7 @@ Other changes:
- Backends: Win32: undo an assert introduced in 1.90.6 which didn't allow WndProc
handler to be called before backend initialization. Because of how ::CreateWindow()
calls in WndProc this is facilitating. (#6275) [@MennoVink]
- Backends: SDL3: minor updates for latest SDL3 API changes. (#7580) [@kuvaus]
-----------------------------------------------------------------------