| 11241 | } |
| 11242 | |
| 11243 | ImVec2 ImGui::GetCursorScreenPos() |
| 11244 | { |
| 11245 | ImGuiWindow* window = GetCurrentWindowRead(); |
| 11246 | return window->DC.CursorPos; |
| 11247 | } |
| 11248 | |
| 11249 | void ImGui::SetCursorScreenPos(const ImVec2& pos) |
| 11250 | { |
nothing calls this directly
no test coverage detected