| 5663 | } |
| 5664 | |
| 5665 | void ImGui::SetWindowCollapsed(bool collapsed, ImGuiCond cond) |
| 5666 | { |
| 5667 | SetWindowCollapsed(GImGui->CurrentWindow, collapsed, cond); |
| 5668 | } |
| 5669 | |
| 5670 | bool ImGui::IsWindowCollapsed() |
| 5671 | { |
nothing calls this directly
no test coverage detected