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

/xsrc/external/mit/xorg-server/dist/Xi/
H A Dexglobals.h63 extern int DeviceMotionNotify;
H A Dextinit.c338 int DeviceMotionNotify; variable in typeref:typename:int
1045 DeviceMotionNotify = DeviceButtonRelease + 1;
1046 DeviceFocusIn = DeviceMotionNotify + 1;
1060 event_base[ValuatorClass] = DeviceMotionNotify;
1088 SetMaskForExtEvent(PointerMotionMask, DeviceMotionNotify);
1089 SetCriticalEvent(DeviceMotionNotify);
1142 DeviceMotionNotify = 5;
1180 EventSwapVector[DeviceMotionNotify] = NotImplemented;
1260 else if (type == DeviceMotionNotify) {
1342 EventSwapVector[DeviceMotionNotify]
[all...]
H A Dexevents.c226 xE->u.u.type == DeviceMotionNotify ||
816 SetMaskForEvent(device->id, mask, DeviceMotionNotify);
3133 if (pEvents->type == DeviceMotionNotify) {
3159 if (type == DeviceMotionNotify)
/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dexglobals.h66 extern int DeviceMotionNotify;
H A Dextinit.c349 int DeviceMotionNotify; variable in typeref:typename:int
990 DeviceMotionNotify = DeviceButtonRelease + 1;
991 DeviceFocusIn = DeviceMotionNotify + 1;
1005 event_base[ValuatorClass] = DeviceMotionNotify;
1037 SetMaskForExtEvent(DevicePointerMotionMask, DeviceMotionNotify);
1039 SetCriticalEvent(DeviceMotionNotify);
1095 DeviceMotionNotify = 5;
1133 EventSwapVector[DeviceMotionNotify] = NotImplemented;
1205 } else if (type == DeviceMotionNotify) {
1282 EventSwapVector[DeviceMotionNotify]
[all...]
H A Dexevents.c141 xE->u.u.type == DeviceMotionNotify ||
849 SetMaskForEvent(device->id, mask, DeviceMotionNotify);
890 SetMaskForEvent(device->id, mask, DeviceMotionNotify);
1968 if (pEvents->type == DeviceMotionNotify) {
1993 if (type == DeviceMotionNotify)
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxclient.h124 extern int DeviceMotionNotify;
/xsrc/external/mit/xinput/dist/src/
H A Dtest.c75 DeviceMotionNotify(device, motion_type, event_list[number]); number++;
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_input.c497 DeviceMotionNotify(__glutTablet, __glutDeviceMotionNotify,
520 DeviceMotionNotify(__glutDials, __glutDeviceMotionNotify,
543 DeviceMotionNotify(__glutSpaceball, __glutDeviceMotionNotify,
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Deventconvert.c306 case ET_Motion: kbp->type = DeviceMotionNotify; break;
695 case ET_Motion: xitype = DeviceMotionNotify; break;
H A Devents.c275 if (xitype == DeviceMotionNotify)
336 extern int DeviceMotionNotify;
629 * UDS however changes the mask for MotionNotify and DeviceMotionNotify each
1874 else if (type == DeviceMotionNotify)
2090 if ((type == DeviceMotionNotify || type == DeviceButtonPress) &&
5564 * In the case of DeviceMotionNotify trailed by DeviceValuators, the events
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/examples/
H A Dxinput.c247 ADD(DeviceMotionNotify);
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
H A Ddmxevents.c333 xev->type = DeviceMotionNotify;
353 xev->type = DeviceMotionNotify;
H A Ddmxcommon.c340 ADD(DeviceMotionNotify);
/xsrc/external/mit/xorg-server/dist/dix/
H A Deventconvert.c374 kbp->type = DeviceMotionNotify;
977 xitype = DeviceMotionNotify;
H A Devents.c288 if (xitype == DeviceMotionNotify)
661 * UDS however changes the mask for MotionNotify and DeviceMotionNotify each
2095 else if (type == DeviceMotionNotify) {
2427 else if (type == DeviceMotionNotify || type == DeviceButtonPress)
6093 * In the case of DeviceMotionNotify trailed by DeviceValuators, the events
/xsrc/external/mit/libXi/dist/include/X11/extensions/
H A DXInput.h99 #define DeviceMotionNotify(d,type,_class) \ macro
259 * DeviceMotionNotify event. These events are sent by extension devices
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dxkbsrv.h309 extern _X_EXPORT int DeviceKeyPress,DeviceKeyRelease,DeviceMotionNotify;
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DxkbEvents.c996 else if (type >= DeviceKeyPress && type <= DeviceMotionNotify) {
/xsrc/external/mit/xorg-server/dist/xkb/
H A DxkbEvents.c977 else if (type >= DeviceKeyPress && type <= DeviceMotionNotify) {
/xsrc/external/mit/xorg-server.old/dist/test/
H A Dinput.c348 DeviceMotionNotify = IEventBase + ET_Motion;
/xsrc/external/mit/xorg-server/dist/test/
H A Dinput.c447 DeviceMotionNotify = IEventBase + ET_Motion;

Completed in 105 milliseconds