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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDPointing.cpp183 UInt32 dispatchKey = kHIDDispatchOptionScrollMomentumContinue; local
185 bool dispatchVal = options & dispatchKey ? true : false;
194 dispatchKey = kHIDDispatchOptionScrollMomentumStart;
196 dispatchVal = options & dispatchKey ? true : false;
205 dispatchKey = kHIDDispatchOptionScrollMomentumEnd;
207 dispatchVal = options & dispatchKey ? true : false;
217 dispatchKey = (options & kHIDDispatchOptionPhaseAny) << 4;
219 if (dispatchKey != eventKey) {
220 newEventType |= dispatchKey;

Completed in 102 milliseconds