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

/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDEventService.cpp363 stopAndReleaseShim ( _pointingNub, this );
364 _pointingNub = 0;
622 if ( _pointingNub )
623 _pointingNub->setParamProperties(properties);
929 _pointingNub = newPointingShim(buttonCount, pointingResolution, scrollResolution, kShimEventProcessor);
1860 if ( !_pointingNub )
1861 _pointingNub = newPointingShim();
1863 if ( _pointingNub )
1864 _pointingNub->dispatchRelativePointerEvent(timeStamp, dx, dy, buttonState, options);
1912 if ( !_pointingNub )
[all...]
H A DIOHIDEventService.h92 IOHIDPointing * _pointingNub; member in class:IOHIDEventService

Completed in 72 milliseconds