MCPcopy 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
8646bool ImGui::IsWindowCollapsed()
8647{
8648 ImGuiWindow* window = GetCurrentWindowRead();
8649 return window->Collapsed;
8650}
8651
8652bool ImGui::IsWindowAppearing()
8653{

Callers

nothing calls this directly

Calls 1

GetCurrentWindowReadFunction · 0.85

Tested by

no test coverage detected