MCPcopy Create free account
hub / github.com/RenderKit/embree / IsWindowAppearing

Method IsWindowAppearing

tutorials/common/imgui/imgui.cpp:7552–7556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7550}
7551
7552bool ImGui::IsWindowAppearing()
7553{
7554 ImGuiWindow* window = GetCurrentWindowRead();
7555 return window->Appearing;
7556}
7557
7558void ImGui::SetWindowCollapsed(const char* name, bool collapsed, ImGuiCond cond)
7559{

Callers

nothing calls this directly

Calls 1

GetCurrentWindowReadFunction · 0.85

Tested by

no test coverage detected