Lines Matching refs:gesture
1557 gesture records when an explicit grab is activated. Any gestures owned
1564 if (!mouse->gesture || mouse->deviceGrab.fromPassiveGrab)
1567 GestureInfoPtr gi = &mouse->gesture->gesture;
1576 /* if the listener already got any events relating to the gesture, we must send
1577 a gesture end because the grab overrides the previous listener and won't
1578 itself send any gesture events.
1703 /* in case of explicit gesture grab, send end event to the grab client */
1704 if (!wasPassive && mouse->gesture) {
1705 GestureInfoPtr gi = &mouse->gesture->gesture;