Backends: SDL3: Follow SDL3 removal of keysym field in SDL_KeyboardEvent (#7729)

This commit is contained in:
Gary Geng
2024-06-23 17:26:52 -05:00
committed by GitHub
parent 755bf2b8c2
commit 48e7e7bfe8
2 changed files with 4 additions and 3 deletions

View File

@@ -83,6 +83,7 @@ Other changes:
- Examples: GLFW+Vulkan, SDL+Vulkan: handle swap chain resize even without Vulkan
returning VK_SUBOPTIMAL_KHR, which doesn't seem to happen on Wayland. (#7671)
[@AndreiNego, @ocornut]
- Backends: SDL3: Update for API removal of keysym field in SDL_KeyboardEvent. (#7728)
-----------------------------------------------------------------------