MCPcopy Create free account
hub / github.com/cinder/Cinder / GetCursorScreenPos

Method GetCursorScreenPos

src/imgui/imgui.cpp:11243–11247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11241}
11242
11243ImVec2 ImGui::GetCursorScreenPos()
11244{
11245 ImGuiWindow* window = GetCurrentWindowRead();
11246 return window->DC.CursorPos;
11247}
11248
11249void ImGui::SetCursorScreenPos(const ImVec2& pos)
11250{

Callers

nothing calls this directly

Calls 1

GetCurrentWindowReadFunction · 0.85

Tested by

no test coverage detected