Searched refs:DeviceButtonRelease (Results 1 - 19 of 19) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| H A D | exglobals.h | 62 extern int DeviceButtonRelease;
|
| H A D | extinit.c | 337 int DeviceButtonRelease; variable in typeref:typename:int 1044 DeviceButtonRelease = DeviceButtonPress + 1; 1045 DeviceMotionNotify = DeviceButtonRelease + 1; 1080 SetMaskForExtEvent(ButtonReleaseMask, DeviceButtonRelease); 1081 SetCriticalEvent(DeviceButtonRelease); 1141 DeviceButtonRelease = 4; 1179 EventSwapVector[DeviceButtonRelease] = NotImplemented; 1256 else if (type == DeviceButtonRelease) { 1341 EventSwapVector[DeviceButtonRelease] = SEventIDispatch;
|
| H A D | exevents.c | 225 xE->u.u.type == DeviceButtonRelease ||
|
| /xsrc/external/mit/xorg-server.old/dist/Xi/ |
| H A D | exglobals.h | 65 extern int DeviceButtonRelease;
|
| H A D | extinit.c | 348 int DeviceButtonRelease; variable in typeref:typename:int 989 DeviceButtonRelease = DeviceButtonPress + 1; 990 DeviceMotionNotify = DeviceButtonRelease + 1; 1028 SetMaskForExtEvent(DeviceButtonReleaseMask, DeviceButtonRelease); 1030 SetCriticalEvent(DeviceButtonRelease); 1094 DeviceButtonRelease = 4; 1132 EventSwapVector[DeviceButtonRelease] = NotImplemented; 1202 } else if (type == DeviceButtonRelease) { 1281 EventSwapVector[DeviceButtonRelease] = SEventIDispatch;
|
| H A D | exevents.c | 140 xE->u.u.type == DeviceButtonRelease ||
|
| /xsrc/external/mit/xinput/dist/src/ |
| H A D | test.c | 71 DeviceButtonRelease(device, button_release_type, event_list[number]); number++;
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glut_input.c | 508 DeviceButtonRelease(__glutTablet, __glutDeviceButtonRelease, 531 DeviceButtonRelease(__glutDials, __glutDeviceButtonRelease, 554 DeviceButtonRelease(__glutSpaceball, __glutDeviceButtonRelease,
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | eventconvert.c | 308 case ET_ButtonRelease: kbp->type = DeviceButtonRelease; break; 697 case ET_ButtonRelease: xitype = DeviceButtonRelease; break;
|
| H A D | events.c | 279 else if (xitype == DeviceButtonRelease)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/examples/ |
| H A D | xinput.c | 246 ADD(DeviceButtonRelease);
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | eventconvert.c | 380 kbp->type = DeviceButtonRelease; 983 xitype = DeviceButtonRelease;
|
| H A D | events.c | 292 else if (xitype == DeviceButtonRelease)
|
| /xsrc/external/mit/libXi/dist/include/X11/extensions/ |
| H A D | XInput.h | 96 #define DeviceButtonRelease(d,type,_class) \ macro
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/ |
| H A D | dmxcommon.c | 339 ADD(DeviceButtonRelease);
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | xkbsrv.h | 310 extern _X_EXPORT int DeviceButtonPress,DeviceButtonRelease;
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | XKBsrv.h | 311 extern int DeviceButtonPress,DeviceButtonRelease;
|
| /xsrc/external/mit/xorg-server.old/dist/test/ |
| H A D | input.c | 347 DeviceButtonRelease = IEventBase + ET_ButtonRelease;
|
| /xsrc/external/mit/xorg-server/dist/test/ |
| H A D | input.c | 446 DeviceButtonRelease = IEventBase + ET_ButtonRelease;
|
Completed in 45 milliseconds