Searched refs:DeviceButtonMotionMask (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xorg-server/dist/Xi/
H A Dexglobals.h53 extern const Mask DeviceButtonMotionMask;
H A Dextinit.c128 * If DeviceButtonMotionMask is != ButtonMotionMask, event delivery
140 const Mask DeviceButtonMotionMask = ButtonMotionMask; variable in typeref:typename:const Mask
1097 SetEventInfo(DeviceButtonMotionMask, _deviceButtonMotion);
H A Dexevents.c801 * ButtonXMotionMask and the DeviceButtonMotionMask to trigger only when at
807 * @param motion_mask The motion mask (DeviceButtonMotionMask or 0)
828 *motion_mask = DeviceButtonMotionMask;
1010 UpdateDeviceMotionMask(device, t->state, DeviceButtonMotionMask);
1024 UpdateDeviceMotionMask(device, t->state, DeviceButtonMotionMask);
/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dexglobals.h54 extern const Mask DeviceButtonMotionMask;
H A Dextinit.c132 * If DeviceButtonMotionMask is != ButtonMotionMask, event delivery
149 const Mask DeviceButtonMotionMask = ButtonMotionMask; variable in typeref:typename:const Mask
1047 SetEventInfo(DeviceButtonMotionMask, _deviceButtonMotion);
H A Dexevents.c843 b->motionMask = DeviceButtonMotionMask;

Completed in 16 milliseconds