| 9558 | } |
| 9559 | |
| 9560 | ImVec2 ImGui::GetCursorScreenPos() |
| 9561 | { |
| 9562 | ImGuiWindow* window = GetCurrentWindowRead(); |
| 9563 | return window->DC.CursorPos; |
| 9564 | } |
| 9565 | |
| 9566 | void ImGui::SetCursorScreenPos(const ImVec2& pos) |
| 9567 | { |
nothing calls this directly
no test coverage detected