You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 14, 2021. It is now read-only.
The simplest way to get inputs to work reliably is to use the built-in backend (https://github.com/ocornut/imgui/blob/master/backends/imgui_impl_sdl.cpp). Now the problem is the generic ImGui_ImplSDL2_Init is not public - only ImGui_ImplSDL2_InitForOpenGL etc. But at least as of now, these do not do anything really, just forward to ImGui_ImplSDL2_Init. So, to get inputs, resize events etc. working, that's all you need:
Input doesn't handle events properly. I used code from example.cpp.
The text was updated successfully, but these errors were encountered: