MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / DebugNodeWindowSettings

Method DebugNodeWindowSettings

KBotExt/imgui/imgui.cpp:14520–14528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14518}
14519
14520void ImGui::DebugNodeWindowSettings(ImGuiWindowSettings* settings)
14521{
14522 if (settings->WantDelete)
14523 BeginDisabled();
14524 Text("0x%08X \"%s\" Pos (%d,%d) Size (%d,%d) Collapsed=%d",
14525 settings->ID, settings->GetName(), settings->Pos.x, settings->Pos.y, settings->Size.x, settings->Size.y, settings->Collapsed);
14526 if (settings->WantDelete)
14527 EndDisabled();
14528}
14529
14530void ImGui::DebugNodeWindowsList(ImVector<ImGuiWindow*>* windows, const char* label)
14531{

Callers

nothing calls this directly

Calls 1

GetNameMethod · 0.80

Tested by

no test coverage detected