Home | History | Annotate | Download | only in Xi

Lines Matching refs:gesture

240     if (dev->gesture)
477 * applications, we instead report Gesture device class only if the client advertised support
490 * List gesture information
495 ListGestureInfo(DeviceIntPtr dev, xXIGestureInfo * gesture)
497 gesture->type = XIGestureClass;
498 gesture->length = sizeof(xXIGestureInfo) >> 2;
499 gesture->sourceid = dev->gesture->sourceid;
500 gesture->num_touches = dev->gesture->max_touches;
502 return gesture->length << 2;
506 SwapGestureInfo(DeviceIntPtr dev, xXIGestureInfo * gesture)
508 swaps(&gesture->type);
509 swaps(&gesture->length);
510 swaps(&gesture->sourceid);
616 if (dev->gesture && ShouldListGestureInfo(client)) {