MCPcopy 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
7488bool ImGui::IsWindowCollapsed()
7489{
7490 ImGuiWindow* window = GetCurrentWindowRead();
7491 return window->Collapsed;
7492}
7493
7494bool ImGui::IsWindowAppearing()
7495{

Callers

nothing calls this directly

Calls 1

GetCurrentWindowReadFunction · 0.85

Tested by

no test coverage detected