MCPcopy Create free account
hub / github.com/cinder/Cinder / IsWindowAppearing

Method IsWindowAppearing

src/imgui/imgui.cpp:8432–8436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8430}
8431
8432bool ImGui::IsWindowAppearing()
8433{
8434 ImGuiWindow* window = GetCurrentWindowRead();
8435 return window->Appearing;
8436}
8437
8438void ImGui::SetWindowCollapsed(const char* name, bool collapsed, ImGuiCond cond)
8439{

Callers

nothing calls this directly

Calls 1

GetCurrentWindowReadFunction · 0.85

Tested by

no test coverage detected