MCPcopy Create free account
hub / github.com/Wemino/MarkerPatch / DebugNodeWindowSettings

Method DebugNodeWindowSettings

include/imgui/imgui.cpp:17760–17768  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17758}
17759
17760void ImGui::DebugNodeWindowSettings(ImGuiWindowSettings* settings)
17761{
17762 if (settings->WantDelete)
17763 BeginDisabled();
17764 Text("0x%08X \"%s\" Pos (%d,%d) Size (%d,%d) Collapsed=%d",
17765 settings->ID, settings->GetName(), settings->Pos.x, settings->Pos.y, settings->Size.x, settings->Size.y, settings->Collapsed);
17766 if (settings->WantDelete)
17767 EndDisabled();
17768}
17769
17770void ImGui::DebugNodeWindowsList(ImVector<ImGuiWindow*>* windows, const char* label)
17771{

Callers

nothing calls this directly

Calls 1

GetNameMethod · 0.80

Tested by

no test coverage detected