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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp678 #define _cursorHelper (_privateData->cursorHelper) macro
730 _cursorHelper.logPosition(__func__, ts); \
740 _cursorHelper.logPosition(__func__, AbsoluteTime_to_scalar(&ts)); \
764 if (!_cursorHelper.init())
847 _cursorHelper.desktopLocation().fromIntFloor(INIT_CURSOR_X, INIT_CURSOR_Y);
848 _cursorHelper.desktopLocationDelta().fromIntFloor(0, 0);
849 _cursorHelper.updateScreenLocation(NULL, NULL);
1351 _cursorHelper.finalize();
2060 evg->cursorLoc.x = _cursorHelper.desktopLocation().xValue().as32();
2061 evg->cursorLoc.y = _cursorHelper
[all...]

Completed in 175 milliseconds