MCPcopy Create free account
hub / github.com/Wemino/MarkerPatch / SetWindowHiddenAndSkipItemsForCurrentFrame

Method SetWindowHiddenAndSkipItemsForCurrentFrame

include/imgui/imgui.cpp:8635–8639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8633}
8634
8635void ImGui::SetWindowHiddenAndSkipItemsForCurrentFrame(ImGuiWindow* window)
8636{
8637 window->Hidden = window->SkipItems = true;
8638 window->HiddenFramesCanSkipItems = 1;
8639}
8640
8641void ImGui::SetWindowCollapsed(bool collapsed, ImGuiCond cond)
8642{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected