Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aegel5/SimpleSwitcher
/ IsWindowCollapsed
Method
IsWindowCollapsed
imgui_tiny_app/imgui/imgui.cpp:9197–9201 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9195
}
9196
9197
bool ImGui::IsWindowCollapsed()
9198
{
9199
ImGuiWindow* window = GetCurrentWindowRead();
9200
return window->Collapsed;
9201
}
9202
9203
bool ImGui::IsWindowAppearing()
9204
{
Callers
nothing calls this directly
Calls
1
GetCurrentWindowRead
Function · 0.85
Tested by
no test coverage detected