Searched refs:aimLoc (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp5383 IOFixedPoint64 aimLoc = _cursorHelper.desktopLocation(); local
5401 IOFixedPoint64 pinnedLoc = aimLoc;
5403 dx = (pinnedLoc.xValue() - aimLoc.xValue()).as64();
5404 dy = (pinnedLoc.yValue() - aimLoc.yValue()).as64();
5421 if (aimLoc.xValue().as64() < screen[leftScreen].desktopBounds->minx ) {
5428 else if (screen[rightScreen].desktopBounds->maxx < aimLoc.xValue().as64()) {

Completed in 104 milliseconds