update Dear ImGui to 1.90.7

This commit is contained in:
tildearrow 2025-08-10 04:23:51 -05:00
parent 65c0efd990
commit 3aecf2f065
34 changed files with 886 additions and 533 deletions

View file

@ -460,6 +460,7 @@ bool ImGui_ImplSDL2_ProcessEvent(const SDL_Event* event)
static bool ImGui_ImplSDL2_Init(SDL_Window* window, SDL_Renderer* renderer, void* sdl_gl_context)
{
ImGuiIO& io = ImGui::GetIO();
IMGUI_CHECKVERSION();
IM_ASSERT(io.BackendPlatformUserData == nullptr && "Already initialized a platform backend!");
// Check and store if we are on a SDL backend that supports global mouse position