Home
last modified time | relevance | path

Searched refs:DeviceButtonPress (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xi/
H A Dextinit.c342 int DeviceButtonPress; variable
1004 DeviceButtonPress = DeviceKeyRelease + 1; in FixExtensionEvents()
1005 DeviceButtonRelease = DeviceButtonPress + 1; in FixExtensionEvents()
1020 event_base[ButtonClass] = DeviceButtonPress; in FixExtensionEvents()
1040 SetMaskForExtEvent(DeviceButtonPressMask, DeviceButtonPress); in FixExtensionEvents()
1042 SetCriticalEvent(DeviceButtonPress); in FixExtensionEvents()
1108 DeviceButtonPress = 3; in RestoreExtensionEvents()
1146 EventSwapVector[DeviceButtonPress] = NotImplemented; in IResetProc()
1220 else if (type == DeviceButtonPress) { in SEventIDispatch()
1308 EventSwapVector[DeviceButtonPress] = SEventIDispatch; in XInputExtensionInit()
H A Dexglobals.h64 extern int DeviceButtonPress;
H A Dungrdevb.c137 temporaryGrab->type = DeviceButtonPress; in ProcXUngrabDeviceButton()
H A Dexevents.c180 if (xE->u.u.type == DeviceButtonPress || in XIGetDevice()
2280 type = DeviceButtonPress; in GrabButton()
2912 else if ((type == DeviceButtonPress) && (!grab) && in CheckDeviceGrabAndHintWindow()
/OK3568_Linux_fs/external/xserver/hw/dmx/examples/
H A Dxinput.c281 ADD(DeviceButtonPress); in main()
/OK3568_Linux_fs/external/xserver/dix/
H A Deventconvert.c355 kbp->type = DeviceButtonPress; in eventToKeyButtonPointer()
864 xitype = DeviceButtonPress; in GetXIType()
H A Dgrabs.c710 grab->type == DeviceButtonPress || grab->type == XI_ButtonPress); in GrabIsPointerGrab()
H A Dprotocol.txt816 V003 XInputExtension:DeviceButtonPress
H A Devents.c290 else if (xitype == DeviceButtonPress) in XItoCoreType()
2045 else if (type == DeviceButtonPress) in ActivateImplicitGrab()
2310 else if (type == DeviceMotionNotify || type == DeviceButtonPress) in DeliverEventsToWindow()
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxcommon.c347 ADD(DeviceButtonPress); in dmxCommonOthOn()
/OK3568_Linux_fs/external/xserver/test/
H A Dinput.c442 DeviceButtonPress = IEventBase + ET_ButtonPress; in dix_event_to_xi1_conversion()