MCPcopy Create free account
hub / github.com/RenderKit/embree / IsWindowCollapsed

Method IsWindowCollapsed

tutorials/common/imgui/imgui.cpp:7546–7550  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7544}
7545
7546bool ImGui::IsWindowCollapsed()
7547{
7548 ImGuiWindow* window = GetCurrentWindowRead();
7549 return window->Collapsed;
7550}
7551
7552bool ImGui::IsWindowAppearing()
7553{

Callers

nothing calls this directly

Calls 1

GetCurrentWindowReadFunction · 0.85

Tested by

no test coverage detected