Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KebsCS/KBotExt
/ IsWindowCollapsed
Method
IsWindowCollapsed
KBotExt/imgui/imgui.cpp:7488–7492 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7486
}
7487
7488
bool ImGui::IsWindowCollapsed()
7489
{
7490
ImGuiWindow* window = GetCurrentWindowRead();
7491
return window->Collapsed;
7492
}
7493
7494
bool ImGui::IsWindowAppearing()
7495
{
Callers
nothing calls this directly
Calls
1
GetCurrentWindowRead
Function · 0.85
Tested by
no test coverage detected