Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8426
bool ImGui::IsWindowCollapsed()
8427
{
8428
ImGuiWindow* window = GetCurrentWindowRead();
8429
return window->Collapsed;
8430
}
8431
8432
bool ImGui::IsWindowAppearing()
8433
{
Callers
nothing calls this directly
Calls
1
GetCurrentWindowRead
Function · 0.85
Tested by
no test coverage detected