| 8567 | } |
| 8568 | |
| 8569 | ImVec2 ImGui::GetWindowSize() |
| 8570 | { |
| 8571 | ImGuiWindow* window = GetCurrentWindowRead(); |
| 8572 | return window->Size; |
| 8573 | } |
| 8574 | |
| 8575 | void ImGui::SetWindowSize(ImGuiWindow* window, const ImVec2& size, ImGuiCond cond) |
| 8576 | { |
nothing calls this directly
no test coverage detected