Home | History | Annotate | Download | only in desktop_aura

Lines Matching full:cursor_location

554   POINT cursor_location = location.ToPOINT();
555 ::ClientToScreen(GetHWND(), &cursor_location);
556 ::SetCursorPos(cursor_location.x, cursor_location.y);