Enumeration
ClutterGestureTriggerEdge
Members
- 
            CLUTTER_GESTURE_TRIGGER_EDGE_NONE
- 
            Tell ClutterGestureActionthat the gesture must begin immediately and there’s no drag limit that will cause its cancellation;.- Value: 0
- Available since: 16
 
- Value: 
- 
            CLUTTER_GESTURE_TRIGGER_EDGE_AFTER
- 
            Tell ClutterGestureActionthat it needs to wait until the drag threshold has been exceeded before considering that the gesture has begun;.- Value: 1
- Available since: 16
 
- Value: 
- 
            CLUTTER_GESTURE_TRIGGER_EDGE_BEFORE
- 
            Tell ClutterGestureActionthat the gesture must begin immediately and that it must be cancelled once the drag exceed the configured threshold.- Value: 2
- Available since: 16
 
- Value: