Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest SDL3 API removed keysym field in SDL_Keyboardevent #7728

Closed
evilnose opened this issue Jun 23, 2024 · 0 comments · Fixed by #7729
Closed

Latest SDL3 API removed keysym field in SDL_Keyboardevent #7728

evilnose opened this issue Jun 23, 2024 · 0 comments · Fixed by #7729

Comments

@evilnose
Copy link
Contributor

Version/Branch of Dear ImGui:

Version 1.90.8, Branch: master

Back-ends:

imgui_impl_sdl3.cpp

Compiler, OS:

Windows 10 + MSYS clang++

Full config/build information:

No response

Details:

The API of SDL3 updated again to remove the keysym field from SDL_KeyboardEvent, as noted here: https://github.com/libsdl-org/SDL/blob/main/docs/README-migration.md#sdl_eventsh

This breaks the sdl3 backend.

Screenshots/Video:

No response

Minimal, Complete and Verifiable Example code:

#include <imgui_impl_sdl3.h>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant