MCPcopy Create free account
hub / github.com/cinder/Cinder / IsWindowCollapsed

Method IsWindowCollapsed

src/imgui/imgui.cpp:8426–8430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8424}
8425
8426bool ImGui::IsWindowCollapsed()
8427{
8428 ImGuiWindow* window = GetCurrentWindowRead();
8429 return window->Collapsed;
8430}
8431
8432bool ImGui::IsWindowAppearing()
8433{

Callers

nothing calls this directly

Calls 1

GetCurrentWindowReadFunction · 0.85

Tested by

no test coverage detected