Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7546
bool ImGui::IsWindowCollapsed()
7547
{
7548
ImGuiWindow* window = GetCurrentWindowRead();
7549
return window->Collapsed;
7550
}
7551
7552
bool ImGui::IsWindowAppearing()
7553
{
Callers
nothing calls this directly
Calls
1
GetCurrentWindowRead
Function · 0.85
Tested by
no test coverage detected