Searched refs:DeviceKeyRelease (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/xorg-server/dist/Xi/
H A Dexglobals.h60 extern int DeviceKeyRelease;
H A Dextinit.c335 int DeviceKeyRelease; variable in typeref:typename:int
1042 DeviceKeyRelease = DeviceKeyPress + 1;
1043 DeviceButtonPress = DeviceKeyRelease + 1;
1074 SetMaskForExtEvent(KeyReleaseMask, DeviceKeyRelease);
1075 SetCriticalEvent(DeviceKeyRelease);
1139 DeviceKeyRelease = 2;
1177 EventSwapVector[DeviceKeyRelease] = NotImplemented;
1248 else if (type == DeviceKeyRelease) {
1339 EventSwapVector[DeviceKeyRelease] = SEventIDispatch;
/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dexglobals.h63 extern int DeviceKeyRelease;
H A Dextinit.c346 int DeviceKeyRelease; variable in typeref:typename:int
987 DeviceKeyRelease = DeviceKeyPress + 1;
988 DeviceButtonPress = DeviceKeyRelease + 1;
1020 SetMaskForExtEvent(DeviceKeyReleaseMask, DeviceKeyRelease);
1022 SetCriticalEvent(DeviceKeyRelease);
1092 DeviceKeyRelease = 2;
1130 EventSwapVector[DeviceKeyRelease] = NotImplemented;
1196 } else if (type == DeviceKeyRelease) {
1279 EventSwapVector[DeviceKeyRelease] = SEventIDispatch;
/xsrc/external/mit/xinput/dist/src/
H A Dtest.c66 DeviceKeyRelease(device, key_release_type, event_list[number]); number++;
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXKBsrv.h310 extern int DeviceKeyPress,DeviceKeyRelease;
315 #define _XkbIsReleaseEvent(t) (((t)==KeyRelease)||((t)==DeviceKeyRelease))
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Deventconvert.c310 case ET_KeyRelease: kbp->type = DeviceKeyRelease; break;
699 case ET_KeyRelease: xitype = DeviceKeyRelease; break;
H A Devents.c283 else if (xitype == DeviceKeyRelease)
1906 release.type = DeviceKeyRelease;
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/examples/
H A Dxinput.c244 ADD(DeviceKeyRelease);
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DxkbEvents.c937 type == DeviceKeyPress || type == DeviceKeyRelease))
943 type == DeviceKeyPress || type == DeviceKeyRelease)) {
972 xE[0].u.u.type == DeviceKeyRelease)) {
/xsrc/external/mit/xorg-server/dist/xkb/
H A DxkbEvents.c916 type == DeviceKeyPress || type == DeviceKeyRelease))
922 || type == DeviceKeyRelease)) {
952 xE[0].u.u.type == DeviceKeyRelease)) {
/xsrc/external/mit/xorg-server/dist/dix/
H A Deventconvert.c386 kbp->type = DeviceKeyRelease;
989 xitype = DeviceKeyRelease;
H A Devents.c296 else if (xitype == DeviceKeyRelease)
2124 release.type = DeviceKeyRelease;
/xsrc/external/mit/libXi/dist/include/X11/extensions/
H A DXInput.h90 #define DeviceKeyRelease(d,type,_class) \ macro
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
H A Ddmxcommon.c337 ADD(DeviceKeyRelease);
/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/test/
H A Dinput.c345 DeviceKeyRelease = IEventBase + ET_KeyRelease;
/xsrc/external/mit/xorg-server/dist/test/
H A Dinput.c444 DeviceKeyRelease = IEventBase + ET_KeyRelease;

Completed in 35 milliseconds