HomeSort by: relevance | last modified time | path
    Searched refs:motionMask (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/include/
inputstr.h 352 Mask motionMask;
390 Mask motionMask;
  /xsrc/external/mit/xorg-server.old/dist/include/
inputstr.h 296 Mask motionMask;
  /xsrc/external/mit/xorg-server.old/dist/Xi/
exevents.c 843 b->motionMask = DeviceButtonMotionMask;
847 /* Add state and motionMask to the filter for this event */
848 mask = DevicePointerMotionMask | b->state | b->motionMask;
850 mask = PointerMotionMask | b->state | b->motionMask;
884 b->motionMask = 0;
888 /* Add state and motionMask to the filter for this event */
889 mask = DevicePointerMotionMask | b->state | b->motionMask;
891 mask = PointerMotionMask | b->state | b->motionMask;
  /xsrc/external/mit/xorg-server/dist/Xi/
exevents.c 690 t->motionMask = f->motionMask;
799 * Add state and motionMask to the filter for this event. The protocol
956 IncreaseButtonCount(device, key, &b->buttonsDown, &b->motionMask,
958 UpdateDeviceMotionMask(device, b->state, b->motionMask);
989 DecreaseButtonCount(device, key, &b->buttonsDown, &b->motionMask,
991 UpdateDeviceMotionMask(device, b->state, b->motionMask);
1008 IncreaseButtonCount(device, key, &t->buttonsDown, &t->motionMask,
1022 DecreaseButtonCount(device, key, &t->buttonsDown, &t->motionMask,

Completed in 9 milliseconds