GestureTriggerEdge
Description:
[ CCode ( cprefix = "CLUTTER_GESTURE_TRIGGER_EDGE_" , type_id = "clutter_gesture_trigger_edge_get_type ()" ) ]
[ Version ( since = "1.18" ) ]
public enum GestureTriggerEdge
Content:
Enum values:
- AFTER - Tell
GestureAction that it needs to wait until the drag threshold has been exceeded
before considering that the gesture has begun;
- BEFORE - Tell
GestureAction that the gesture must begin immediately and that it must be
cancelled once the drag exceed the configured threshold.
- NONE - Tell
GestureAction that the gesture must begin immediately and there's no drag limit
that will cause its cancellation;