| 7415 | } |
| 7416 | |
| 7417 | ImVec2 ImGui::GetWindowSize() |
| 7418 | { |
| 7419 | ImGuiWindow* window = GetCurrentWindowRead(); |
| 7420 | return window->Size; |
| 7421 | } |
| 7422 | |
| 7423 | void ImGui::SetWindowSize(ImGuiWindow* window, const ImVec2& size, ImGuiCond cond) |
| 7424 | { |
nothing calls this directly
no test coverage detected