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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDPointing.h67 UInt32 buttonState,
78 UInt32 buttonState,
H A DIOHIDEventService.h158 UInt32 buttonState; member in struct:IOHIDEventService::ExpansionData::__anon1972
164 UInt32 buttonState; member in struct:IOHIDEventService::ExpansionData::__anon1973
305 UInt32 buttonState,
313 UInt32 buttonState,
334 UInt32 buttonState,
390 @param buttonState Button mask where bit0 is the primary button, bit1 secondary and so forth
402 UInt32 buttonState,
439 @param buttonState Button mask where bit0 is the primary button, bit1 secondary and so forth
458 UInt32 buttonState,
475 @param buttonState Butto
[all...]
H A DIOHIDEvent.h189 UInt32 buttonState,
201 UInt32 buttonState,
210 UInt32 buttonState,
224 UInt32 buttonState,
240 UInt32 buttonState,
256 UInt32 buttonState,
H A DIOHIDEvent.cpp630 UInt32 buttonState,
649 data->button.mask = buttonState;
652 delta = buttonState ^ oldButtonState;
653 for ( index=0; delta; delta>>=1, buttonState>>=1) {
659 subEvent = buttonEvent(timeStamp, data->button.mask, index+1, (bool)(buttonState&0x1));
689 UInt32 buttonState,
711 data->button.mask = buttonState;
713 delta = buttonState ^ oldButtonState;
714 for ( index=0; delta; delta>>=1, buttonState>>=1) {
720 subEvent = buttonEvent(timeStamp, data->button.mask, index+1, (bool)(buttonState
625 relativePointerEvent( AbsoluteTime timeStamp, SInt32 x, SInt32 y, SInt32 z, UInt32 buttonState, UInt32 oldButtonState, IOOptionBits options) argument
681 multiAxisPointerEvent( AbsoluteTime timeStamp, IOFixed x, IOFixed y, IOFixed z, IOFixed rX, IOFixed rY, IOFixed rZ, UInt32 buttonState, UInt32 oldButtonState, IOOptionBits options) argument
742 digitizerEvent( AbsoluteTime timeStamp, UInt32 transducerID, IOHIDDigitizerTransducerType type, bool inRange, UInt32 buttonState, IOFixed x, IOFixed y, IOFixed z, IOFixed tipPressure, IOFixed auxPressure, IOFixed twist, IOOptionBits options) argument
801 digitizerEventWithTiltOrientation( AbsoluteTime timeStamp, UInt32 transducerID, IOHIDDigitizerTransducerType type, bool inRange, UInt32 buttonState, IOFixed x, IOFixed y, IOFixed z __unused, IOFixed tipPressure, IOFixed auxPressure, IOFixed twist, IOFixed xTilt, IOFixed yTilt __unused, IOOptionBits options) argument
838 digitizerEventWithPolarOrientation( AbsoluteTime timeStamp, UInt32 transducerID, IOHIDDigitizerTransducerType type, bool inRange, UInt32 buttonState, IOFixed x, IOFixed y, IOFixed z __unused, IOFixed tipPressure, IOFixed auxPressure, IOFixed twist, IOFixed altitude, IOFixed azimuth, IOOptionBits options) argument
875 digitizerEventWithQualityOrientation( AbsoluteTime timeStamp, UInt32 transducerID, IOHIDDigitizerTransducerType type, bool inRange, UInt32 buttonState, IOFixed x, IOFixed y, IOFixed z __unused, IOFixed tipPressure, IOFixed auxPressure, IOFixed twist, IOFixed quality, IOFixed density, IOFixed irregularity, IOFixed majorRadius, IOFixed minorRadius, IOOptionBits options) argument
[all...]
H A DIOHIDEventService.cpp1466 dispatchMultiAxisPointerEvent(timestamp, _multiAxis.buttonState, _multiAxis.x, _multiAxis.y, _multiAxis.z, _multiAxis.rX, _multiAxis.rY, _multiAxis.rZ, _multiAxis.options | kIOHIDEventOptionIsRepeat);
1635 UInt32 buttonState,
1638 IOHID_DEBUG(kIOHIDDebugCode_DispatchRelativePointer, dx, dy, buttonState, options);
1643 if ( !dx && !dy && buttonState == _relativePointer.buttonState )
1648 IOHIDEvent *event = IOHIDEvent::relativePointerEvent(timeStamp, dx, dy, 0, buttonState, _relativePointer.buttonState);
1662 _pointingNub->dispatchRelativePointerEvent(timeStamp, dx, dy, buttonState, options);
1667 _relativePointer.buttonState = buttonState;
1631 dispatchRelativePointerEvent( AbsoluteTime timeStamp, SInt32 dx, SInt32 dy, UInt32 buttonState, IOOptionBits options) argument
1683 dispatchAbsolutePointerEvent( AbsoluteTime timeStamp, SInt32 x, SInt32 y, IOGBounds * bounds, UInt32 buttonState, bool inRange, SInt32 tipPressure, SInt32 tipPressureMin, SInt32 tipPressureMax, IOOptionBits options) argument
1784 dispatchTabletPointerEvent( AbsoluteTime timeStamp, UInt32 transducerID __unused, SInt32 x, SInt32 y, SInt32 z, IOGBounds * bounds __unused, UInt32 buttonState, SInt32 tipPressure, SInt32 tipPressureMin, SInt32 tipPressureMax, SInt32 barrelPressure, SInt32 barrelPressureMin, SInt32 barrelPressureMax, SInt32 tiltX, SInt32 tiltY, UInt32 twist, IOOptionBits options) argument
1983 dispatchMultiAxisPointerEvent( AbsoluteTime timeStamp, UInt32 buttonState, IOFixed x, IOFixed y, IOFixed z, IOFixed rX, IOFixed rY, IOFixed rZ, IOOptionBits options) argument
2105 dispatchDigitizerEventWithOrientation( AbsoluteTime timeStamp, UInt32 transducerID, DigitizerTransducerType type __unused, bool inRange, UInt32 buttonState, IOFixed x, IOFixed y, IOFixed z, IOFixed tipPressure, IOFixed auxPressure, IOFixed twist, DigitizerOrientationType orientationType, IOFixed * orientationParams, UInt32 orientationParamCount, IOOptionBits options) argument
2249 dispatchDigitizerEvent( AbsoluteTime timeStamp, UInt32 transducerID, DigitizerTransducerType type, bool inRange, UInt32 buttonState, IOFixed x, IOFixed y, IOFixed z, IOFixed tipPressure, IOFixed auxPressure, IOFixed twist, IOOptionBits options ) argument
2270 dispatchDigitizerEventWithTiltOrientation( AbsoluteTime timeStamp, UInt32 transducerID, DigitizerTransducerType type, bool inRange, UInt32 buttonState, IOFixed x, IOFixed y, IOFixed z, IOFixed tipPressure, IOFixed auxPressure, IOFixed twist, IOFixed tiltX, IOFixed tiltY, IOOptionBits options) argument
2296 dispatchDigitizerEventWithPolarOrientation( AbsoluteTime timeStamp, UInt32 transducerID, DigitizerTransducerType type, bool inRange, UInt32 buttonState, IOFixed x, IOFixed y, IOFixed z, IOFixed tipPressure, IOFixed auxPressure, IOFixed twist, IOFixed altitude, IOFixed azimuth, IOOptionBits options) argument
[all...]
H A DIOHIDPointing.cpp112 UInt32 buttonState,
138 super::dispatchAbsolutePointerEvent(newLoc, bounds, buttonState, inRange, tipPressure, tipPressureMin, tipPressureMax, 90, timeStamp);
148 UInt32 buttonState,
164 super::dispatchRelativePointerEvent(dx, dy, buttonState, timeStamp);
108 dispatchAbsolutePointerEvent( AbsoluteTime timeStamp, IOGPoint * newLoc, IOGBounds * bounds, UInt32 buttonState, bool inRange, SInt32 tipPressure, SInt32 tipPressureMin, SInt32 tipPressureMax, IOOptionBits options) argument
144 dispatchRelativePointerEvent( AbsoluteTime timeStamp, SInt32 dx, SInt32 dy, UInt32 buttonState, IOOptionBits options) argument
H A DIOHIDEventDriver.cpp1473 UInt32 buttonState = 0; local
1489 buttonState = _keyboard.bootMouseData[bootOffset];
1495 dispatchRelativePointerEvent(timeStamp, dX, dY, buttonState);
1550 setButtonState(&_multiAxis.buttonState, (usage - 1), element->getValue());
1559 dispatchMultiAxisPointerEvent(timeStamp, _multiAxis.buttonState, _multiAxis.axis[GET_AXIS_INDEX(kHIDUsage_GD_X)], _multiAxis.axis[GET_AXIS_INDEX(kHIDUsage_GD_Y)], _multiAxis.axis[GET_AXIS_INDEX(kHIDUsage_GD_Z)], _multiAxis.axis[GET_AXIS_INDEX(kHIDUsage_GD_Rx)], _multiAxis.axis[GET_AXIS_INDEX(kHIDUsage_GD_Ry)], _multiAxis.axis[GET_AXIS_INDEX(kHIDUsage_GD_Rz)], _multiAxis.options);
1572 UInt32 buttonState = 0; local
1609 setButtonState(&buttonState, (usage - 1), element->getValue());
1616 dispatchRelativePointerEvent(timeStamp, dX, dY, buttonState);
1652 UInt32 buttonState = 0; local
1705 setButtonState(&buttonState, (usag
[all...]
H A DIOHIDEventDriver.h90 UInt32 buttonState; member in struct:IOHIDEventDriver::ExpansionData::__anon1955
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXMouseEvent.c30 static unsigned int ButtonModifiers2State(UInt32 buttonState,
265 UInt32 buttonState = 0, keyModifiers;
268 buttonState = isFrontProcess ? GetCurrentEventButtonState() :
273 return ButtonModifiers2State(buttonState, keyModifiers);
296 UInt32 buttonState,
305 state = (buttonState & ((1<<5) - 1)) << 8;
263 UInt32 buttonState = 0, keyModifiers; local
292 ButtonModifiers2State( UInt32 buttonState, UInt32 keyModifiers) argument
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXMouseEvent.c93 static unsigned int ButtonModifiers2State(UInt32 buttonState, UInt32 keyModifiers);
818 UInt32 buttonState = 0, keyModifiers;
822 buttonState = isFrontProcess ? GetCurrentEventButtonState() :
828 return ButtonModifiers2State(buttonState, keyModifiers);
850 ButtonModifiers2State(UInt32 buttonState, UInt32 keyModifiers)
855 state = (buttonState & ((1<<5) - 1)) << 8;
807 UInt32 buttonState = 0, keyModifiers; local
838 ButtonModifiers2State(UInt32 buttonState, UInt32 keyModifiers) argument
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/IOKit/hidsystem/
H A DIOHIPointing.h154 UInt32 buttonState,
159 UInt32 buttonState,
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIPointing.cpp1010 UInt32 buttonState,
1023 if( buttonState & 1)
1027 if( buttonState & 2) // any others down
1031 if(buttonState & 4)
1034 buttons |= buttonState & ~0x7;
1101 UInt32 buttonState,
1110 _hidPointingNub->postMouseEvent(buttonState, dx, dy, 0);
1120 if( buttonState & 1)
1124 if( buttonState & 2) // any others down
1128 if(buttonState
1008 dispatchAbsolutePointerEvent(IOGPoint * newLoc, IOGBounds * bounds, UInt32 buttonState, bool proximity, int pressure, int pressureMin, int pressureMax, int stylusAngle, AbsoluteTime ts) argument
1099 dispatchRelativePointerEvent(int dx, int dy, UInt32 buttonState, AbsoluteTime ts) argument
[all...]
H A DIOHIDSystem.cpp320 SInt32 buttonState = 0; local
333 buttonState |= mouseEvent->lastButtons;
338 return buttonState;
5894 UInt32 buttonState = 0; local
6027 buttonState = cachedMouseEvent->lastButtons;
6031 buttonState |= EV_LB;
6034 buttonState |= EV_RB;
6037 buttonState &= ~EV_LB;
6040 buttonState &= ~EV_RB;
6043 CONVERT_HW_TO_WV_BUTTONS(event->data.compound.misc.L[1], buttonState);
[all...]
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/
H A DNetscapePlugin.h88 static unsigned buttonState();
/macosx-10.10/WebKit2-7600.1.25/PluginProcess/mac/
H A DPluginProcessMac.mm174 return NetscapePlugin::buttonState();
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/mac/
H A DNetscapePluginMac.mm376 unsigned NetscapePlugin::buttonState()

Completed in 248 milliseconds