Backends: SDL3: Update for API changes: SDLK_x renames and SDLK_KP_x removals (#7761, #7762)

Also updated function signature in SDL2 backend to match and because it is expected we will use that data (as per #7672)
This commit is contained in:
ocornut
2024-07-02 11:32:46 +02:00
parent 84cc72f372
commit 12f92518bc
3 changed files with 56 additions and 47 deletions

View File

@@ -43,6 +43,8 @@ Breaking changes:
Other changes:
- Backends: SDL3: Update for API changes: SDLK_x renames and SDLK_KP_x removals (#7761, #7762)
-----------------------------------------------------------------------
VERSION 1.90.9 (Released 2024-07-01)