Searched refs:DeviceButtonRelease (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/xorg-server/dist/Xi/
H A Dexglobals.h62 extern int DeviceButtonRelease;
H A Dextinit.c337 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 Dexevents.c225 xE->u.u.type == DeviceButtonRelease ||
/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dexglobals.h65 extern int DeviceButtonRelease;
H A Dextinit.c348 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 Dexevents.c140 xE->u.u.type == DeviceButtonRelease ||
/xsrc/external/mit/xinput/dist/src/
H A Dtest.c71 DeviceButtonRelease(device, button_release_type, event_list[number]); number++;
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_input.c508 DeviceButtonRelease(__glutTablet, __glutDeviceButtonRelease,
531 DeviceButtonRelease(__glutDials, __glutDeviceButtonRelease,
554 DeviceButtonRelease(__glutSpaceball, __glutDeviceButtonRelease,
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Deventconvert.c308 case ET_ButtonRelease: kbp->type = DeviceButtonRelease; break;
697 case ET_ButtonRelease: xitype = DeviceButtonRelease; break;
H A Devents.c279 else if (xitype == DeviceButtonRelease)
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/examples/
H A Dxinput.c246 ADD(DeviceButtonRelease);
/xsrc/external/mit/xorg-server/dist/dix/
H A Deventconvert.c380 kbp->type = DeviceButtonRelease;
983 xitype = DeviceButtonRelease;
H A Devents.c292 else if (xitype == DeviceButtonRelease)
/xsrc/external/mit/libXi/dist/include/X11/extensions/
H A DXInput.h96 #define DeviceButtonRelease(d,type,_class) \ macro
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
H A Ddmxcommon.c339 ADD(DeviceButtonRelease);
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dxkbsrv.h310 extern _X_EXPORT int DeviceButtonPress,DeviceButtonRelease;
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXKBsrv.h311 extern int DeviceButtonPress,DeviceButtonRelease;
/xsrc/external/mit/xorg-server.old/dist/test/
H A Dinput.c347 DeviceButtonRelease = IEventBase + ET_ButtonRelease;
/xsrc/external/mit/xorg-server/dist/test/
H A Dinput.c446 DeviceButtonRelease = IEventBase + ET_ButtonRelease;

Completed in 45 milliseconds