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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/IOKit/hidsystem/
H A DIOHIDSystem.h317 void _postMouseMoveEvent(int what,
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp3568 // _setButtonState and _postMouseMoveEvent
5524 _postMouseMoveEvent(NX_LMOUSEDRAGGED, uptime, sender);
5527 _postMouseMoveEvent(NX_RMOUSEDRAGGED, uptime, sender);
5530 _postMouseMoveEvent(NX_MOUSEMOVED, uptime, sender);
5551 void IOHIDSystem::_postMouseMoveEvent(int what, function in class:IOHIDSystem

Completed in 133 milliseconds