Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Wemino/MarkerPatch
/ IsWindowCollapsed
Method
IsWindowCollapsed
include/imgui/imgui.cpp:8646–8650 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8644
}
8645
8646
bool ImGui::IsWindowCollapsed()
8647
{
8648
ImGuiWindow* window = GetCurrentWindowRead();
8649
return window->Collapsed;
8650
}
8651
8652
bool ImGui::IsWindowAppearing()
8653
{
Callers
nothing calls this directly
Calls
1
GetCurrentWindowRead
Function · 0.85
Tested by
no test coverage detected