Home
last modified time | relevance | path

Searched refs:DeviceMotionNotify (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xi/
H A Dextinit.c344 int DeviceMotionNotify; variable
1006 DeviceMotionNotify = DeviceButtonRelease + 1; in FixExtensionEvents()
1007 DeviceFocusIn = DeviceMotionNotify + 1; in FixExtensionEvents()
1021 event_base[ValuatorClass] = DeviceMotionNotify; in FixExtensionEvents()
1053 SetMaskForExtEvent(DevicePointerMotionMask, DeviceMotionNotify); in FixExtensionEvents()
1055 SetCriticalEvent(DeviceMotionNotify); in FixExtensionEvents()
1110 DeviceMotionNotify = 5; in RestoreExtensionEvents()
1148 EventSwapVector[DeviceMotionNotify] = NotImplemented; in IResetProc()
1228 else if (type == DeviceMotionNotify) { in SEventIDispatch()
1310 EventSwapVector[DeviceMotionNotify] = SEventIDispatch; in XInputExtensionInit()
H A Dexglobals.h66 extern int DeviceMotionNotify;
H A Dexevents.c182 xE->u.u.type == DeviceMotionNotify || in XIGetDevice()
750 SetMaskForEvent(device->id, mask, DeviceMotionNotify); in UpdateDeviceMotionMask()
2884 if (pEvents->type == DeviceMotionNotify) { in MaybeSendDeviceMotionNotifyHint()
2910 if (type == DeviceMotionNotify) in CheckDeviceGrabAndHintWindow()
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxevents.c331 xev->type = DeviceMotionNotify; in dmxExtMotion()
360 xev->type = DeviceMotionNotify; in dmxExtMotion()
H A Ddmxcommon.c349 ADD(DeviceMotionNotify); in dmxCommonOthOn()
/OK3568_Linux_fs/external/xserver/hw/dmx/examples/
H A Dxinput.c283 ADD(DeviceMotionNotify); in main()
/OK3568_Linux_fs/external/xserver/dix/
H A Deventconvert.c352 kbp->type = DeviceMotionNotify; in eventToKeyButtonPointer()
861 xitype = DeviceMotionNotify; in GetXIType()
H A Dprotocol.txt818 V005 XInputExtension:DeviceMotionNotify
H A Devents.c288 if (xitype == DeviceMotionNotify) in XItoCoreType()
1978 else if (type == DeviceMotionNotify) { in TryClientEvents()
2310 else if (type == DeviceMotionNotify || type == DeviceButtonPress) in DeliverEventsToWindow()
/OK3568_Linux_fs/external/xserver/xkb/
H A DxkbEvents.c977 else if (type >= DeviceKeyPress && type <= DeviceMotionNotify) { in XkbFilterEvents()
/OK3568_Linux_fs/external/xserver/test/
H A Dinput.c444 DeviceMotionNotify = IEventBase + ET_Motion; in dix_event_to_xi1_conversion()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog123369 Xext: remove un-used extern of DeviceMotionNotify.
169818 Always chase a DeviceMotionNotify event with a DeviceValuator, which is