MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / GetCursorScreenPos

Method GetCursorScreenPos

KBotExt/imgui/imgui.cpp:9560–9564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9558}
9559
9560ImVec2 ImGui::GetCursorScreenPos()
9561{
9562 ImGuiWindow* window = GetCurrentWindowRead();
9563 return window->DC.CursorPos;
9564}
9565
9566void ImGui::SetCursorScreenPos(const ImVec2& pos)
9567{

Callers

nothing calls this directly

Calls 1

GetCurrentWindowReadFunction · 0.85

Tested by

no test coverage detected