update dear imgui from 1.92.2b-docking to 1.92.6-docking

This commit is contained in:
Sven Balzer
2026-04-01 18:20:04 +02:00
parent 3b7d593f4e
commit 1daf4d79f1
127 changed files with 10702 additions and 3505 deletions
+2
View File
@@ -1621,6 +1621,8 @@ int main(int argc, char **argv) {
io.ConfigFlags |= ImGuiConfigFlags_NavEnableGamepad;
io.ConfigFlags |= ImGuiConfigFlags_DockingEnable;
io.Fonts->AddFontDefaultVector();
ImGui::StyleColorsDark();
ImGui_ImplSDL3_InitForOther(window);