| 8633 | } |
| 8634 | |
| 8635 | void ImGui::SetWindowHiddenAndSkipItemsForCurrentFrame(ImGuiWindow* window) |
| 8636 | { |
| 8637 | window->Hidden = window->SkipItems = true; |
| 8638 | window->HiddenFramesCanSkipItems = 1; |
| 8639 | } |
| 8640 | |
| 8641 | void ImGui::SetWindowCollapsed(bool collapsed, ImGuiCond cond) |
| 8642 | { |
nothing calls this directly
no outgoing calls
no test coverage detected