| 8525 | } |
| 8526 | |
| 8527 | ImVec2 ImGui::GetWindowPos() |
| 8528 | { |
| 8529 | ImGuiContext& g = *GImGui; |
| 8530 | ImGuiWindow* window = g.CurrentWindow; |
| 8531 | return window->Pos; |
| 8532 | } |
| 8533 | |
| 8534 | void ImGui::SetWindowPos(ImGuiWindow* window, const ImVec2& pos, ImGuiCond cond) |
| 8535 | { |
nothing calls this directly
no outgoing calls
no test coverage detected