| 8347 | } |
| 8348 | |
| 8349 | ImVec2 ImGui::GetWindowSize() |
| 8350 | { |
| 8351 | ImGuiWindow* window = GetCurrentWindowRead(); |
| 8352 | return window->Size; |
| 8353 | } |
| 8354 | |
| 8355 | void ImGui::SetWindowSize(ImGuiWindow* window, const ImVec2& size, ImGuiCond cond) |
| 8356 | { |
nothing calls this directly
no test coverage detected