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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIPointing.cpp70 #define SCROLL_MULTIPLIER_B 0x000003bb /*IOFixedDivide(SCROLL_MULTIPLIER_RANGE*3,(SCROLL_EVENT_THRESHOLD_MS^2)*2)*/ macro
606 // (SCROLL_MULTIPLIER_B * avgTimeDeltaMS) +
625 scrollMultiplier -= IOFixed64::withFixed(SCROLL_MULTIPLIER_B) * timedDelta;

Completed in 103 milliseconds