mirror of
https://github.com/ocornut/imgui.git
synced 2026-05-10 14:09:52 +08:00
e674f57bb6
Always use SDL_GetKeyboardFocus(). (tried to defer ImGui_ImplSDL3_PlatformSetImeData() processing for when OS-window is available but it didn't actually work because we don't systemetically OS-focus new viewports and SDL3 only sent characters to keyboard focused window.)