| /xsrc/external/mit/xorg-server/dist/Xi/ |
| H A D | exglobals.h | 63 extern int DeviceMotionNotify;
|
| H A D | extinit.c | 338 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 D | exevents.c | 226 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 D | exglobals.h | 66 extern int DeviceMotionNotify;
|
| H A D | extinit.c | 349 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 D | exevents.c | 141 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 D | dmxclient.h | 124 extern int DeviceMotionNotify;
|
| /xsrc/external/mit/xinput/dist/src/ |
| H A D | test.c | 75 DeviceMotionNotify(device, motion_type, event_list[number]); number++;
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glut_input.c | 497 DeviceMotionNotify(__glutTablet, __glutDeviceMotionNotify, 520 DeviceMotionNotify(__glutDials, __glutDeviceMotionNotify, 543 DeviceMotionNotify(__glutSpaceball, __glutDeviceMotionNotify,
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | eventconvert.c | 306 case ET_Motion: kbp->type = DeviceMotionNotify; break; 695 case ET_Motion: xitype = DeviceMotionNotify; break;
|
| H A D | events.c | 275 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 D | xinput.c | 247 ADD(DeviceMotionNotify);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/ |
| H A D | dmxevents.c | 333 xev->type = DeviceMotionNotify; 353 xev->type = DeviceMotionNotify;
|
| H A D | dmxcommon.c | 340 ADD(DeviceMotionNotify);
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | eventconvert.c | 374 kbp->type = DeviceMotionNotify; 977 xitype = DeviceMotionNotify;
|
| H A D | events.c | 288 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 D | XInput.h | 99 #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 D | xkbsrv.h | 309 extern _X_EXPORT int DeviceKeyPress,DeviceKeyRelease,DeviceMotionNotify;
|
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| H A D | xkbEvents.c | 996 else if (type >= DeviceKeyPress && type <= DeviceMotionNotify) {
|
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| H A D | xkbEvents.c | 977 else if (type >= DeviceKeyPress && type <= DeviceMotionNotify) {
|
| /xsrc/external/mit/xorg-server.old/dist/test/ |
| H A D | input.c | 348 DeviceMotionNotify = IEventBase + ET_Motion;
|
| /xsrc/external/mit/xorg-server/dist/test/ |
| H A D | input.c | 447 DeviceMotionNotify = IEventBase + ET_Motion;
|