| 7479 | } |
| 7480 | |
| 7481 | ImVec2 ImGui::GetWindowSize() |
| 7482 | { |
| 7483 | ImGuiWindow* window = GetCurrentWindowRead(); |
| 7484 | return window->Size; |
| 7485 | } |
| 7486 | |
| 7487 | void ImGui::SetWindowSize(ImGuiWindow* window, const ImVec2& size, ImGuiCond cond) |
| 7488 | { |
nothing calls this directly
no test coverage detected