MCPcopy Create free account
hub / github.com/GPUOpen-LibrariesAndSDKs/Cauldron / SetWindowCollapsed

Method SetWindowCollapsed

libs/imgui/imgui.cpp:5665–5668  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5663}
5664
5665void ImGui::SetWindowCollapsed(bool collapsed, ImGuiCond cond)
5666{
5667 SetWindowCollapsed(GImGui->CurrentWindow, collapsed, cond);
5668}
5669
5670bool ImGui::IsWindowCollapsed()
5671{

Callers

nothing calls this directly

Calls 1

SetWindowCollapsedFunction · 0.85

Tested by

no test coverage detected