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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIPointing.cpp188 ScaleConsumeState consumeState; member in struct:ScrollAxisAccelInfo
884 bzero(&(_scrollWheelInfo->axis[type].consumeState), sizeof(ScaleConsumeState));
886 bzero(&(_scrollPointerInfo->axis[type].consumeState), sizeof(ScaleConsumeState));
1310 bzero(&(info->axis[type].consumeState), sizeof(ScaleConsumeState));
1319 info->axis[type].consumeState.consumeAccum += *(pScrollFixedDeltaAxis[type]) + ((*(pScrollFixedDeltaAxis[type])) ? info->axis[type].state.fraction : 0);
1320 info->axis[type].consumeState.consumeCount += abs(info->axis[type].lastValue);
1324 (info->axis[type].consumeState.consumeCount >= info->axis[type].consumeCountThreshold)))
1326 *(pScrollFixedDeltaAxis[type]) = info->axis[type].consumeState.consumeAccum;
1327 info->axis[type].consumeState.consumeAccum = 0;
1328 info->axis[type].consumeState
[all...]

Completed in 107 milliseconds