Home
last modified time | relevance | path

Searched refs:GetCursorPos (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/include/d3dadapter/
Dpresent.h85 HRESULT (WINAPI *GetCursorPos)(ID3DPresent *This, POINT *pPoint);
124 #define ID3DPresent_GetCursorPos(p,a) (p)->lpVtbl->GetCursorPos(p,a)
/external/mesa3d/src/imgui/
Dimgui.h338 …IMGUI_API ImVec2 GetCursorPos(); // cursor …
Dimgui.cpp6327 ImVec2 ImGui::GetCursorPos() in GetCursorPos() function in ImGui
/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp1779 if (::GetCursorPos(&ptCursor)) { in CreateMainWindow()