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

@ -167,6 +167,7 @@ static ImGuiKey ImGui_ImplGLUT_KeyToImGuiKey(int key)
bool ImGui_ImplGLUT_Init()
{
ImGuiIO& io = ImGui::GetIO();
IMGUI_CHECKVERSION();
#ifdef FREEGLUT
io.BackendPlatformName = "imgui_impl_glut (freeglut)";