| 9118 | } |
| 9119 | |
| 9120 | ImVec2 ImGui::GetWindowSize() |
| 9121 | { |
| 9122 | ImGuiWindow* window = GetCurrentWindowRead(); |
| 9123 | return window->Size; |
| 9124 | } |
| 9125 | |
| 9126 | void ImGui::SetWindowSize(ImGuiWindow* window, const ImVec2& size, ImGuiCond cond) |
| 9127 | { |
nothing calls this directly
no test coverage detected