MCPcopy Create free account
hub / github.com/Aegel5/SimpleSwitcher / DebugNodeWindowSettings

Method DebugNodeWindowSettings

imgui_tiny_app/imgui/imgui.cpp:23673–23681  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23671}
23672
23673void ImGui::DebugNodeWindowSettings(ImGuiWindowSettings* settings)
23674{
23675 if (settings->WantDelete)
23676 BeginDisabled();
23677 Text("0x%08X \"%s\" Pos (%d,%d) Size (%d,%d) Collapsed=%d",
23678 settings->ID, settings->GetName(), settings->Pos.x, settings->Pos.y, settings->Size.x, settings->Size.y, settings->Collapsed);
23679 if (settings->WantDelete)
23680 EndDisabled();
23681}
23682
23683void ImGui::DebugNodeWindowsList(ImVector<ImGuiWindow*>* windows, const char* label)
23684{

Callers

nothing calls this directly

Calls 1

GetNameMethod · 0.45

Tested by

no test coverage detected