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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIPointing.cpp158 IOFixed consumeAccum; member in struct:ScaleConsumeState
1319 info->axis[type].consumeState.consumeAccum += *(pScrollFixedDeltaAxis[type]) + ((*(pScrollFixedDeltaAxis[type])) ? info->axis[type].state.fraction : 0);
1326 *(pScrollFixedDeltaAxis[type]) = info->axis[type].consumeState.consumeAccum;
1327 info->axis[type].consumeState.consumeAccum = 0;

Completed in 116 milliseconds