SDL_SetTextInputRect() has been renamed to SDL_SetTextInputArea() The new function includes the cursor position so IME UI elements can be placed relative to the cursor, as well as having the whole text area available so on-screen keyboards can avoid it. This is used in imgui_impl_sdl3...