MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / IsWindowAppearing

Method IsWindowAppearing

KBotExt/imgui/imgui.cpp:7494–7498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7492}
7493
7494bool ImGui::IsWindowAppearing()
7495{
7496 ImGuiWindow* window = GetCurrentWindowRead();
7497 return window->Appearing;
7498}
7499
7500void ImGui::SetWindowCollapsed(const char* name, bool collapsed, ImGuiCond cond)
7501{

Callers

nothing calls this directly

Calls 1

GetCurrentWindowReadFunction · 0.85

Tested by

no test coverage detected