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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIPointing.cpp123 #define _hidPointingNub _reserved->hidPointingNub macro
278 _hidPointingNub = 0;
340 _hidPointingNub = IOHIDPointingDevice::newPointingDeviceAndStart(this, buttonCount(), resolution() >> 16);
408 if ( _hidPointingNub )
410 _hidPointingNub->release();
411 _hidPointingNub = 0;
1109 if (_hidPointingNub)
1110 _hidPointingNub->postMouseEvent(buttonState, dx, dy, 0);
1214 if (_hidPointingNub && !_hidPointingNub
[all...]

Completed in 95 milliseconds