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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp234 #define kIOHIDRelativeTickleThresholdPixel 3 macro
3326 if ((abs(cachedMouseEvent->accumX) >= kIOHIDRelativeTickleThresholdPixel) ||
3327 (abs(cachedMouseEvent->accumY) >= kIOHIDRelativeTickleThresholdPixel))

Completed in 95 milliseconds