We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version 1.90.8, Branch: master
imgui_impl_sdl3.cpp
Windows 10 + MSYS clang++
No response
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.
#include <imgui_impl_sdl3.h>
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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:
The text was updated successfully, but these errors were encountered: