Home | History | Annotate | Download | only in UIProcess

Lines Matching refs:globalPoint

801     POINT globalPoint;
802 ::GetCursorPos(&globalPoint);
803 POINT localPoint = globalPoint;
806 dragEnded(localPoint, globalPoint, operation);