Module: Clutter::GestureTriggerEdge
- Defined in:
- (unknown)
Constant Summary collapse
- NONE =
Tell Clutter::GestureAction that the gesture must begin immediately and there's no drag limit that will cause its cancellation;
0 or :none
- AFTER =
Tell Clutter::GestureAction that it needs to wait until the drag threshold has been exceeded before considering that the gesture has begun;
1 or :after
- BEFORE =
Tell Clutter::GestureAction that the gesture must begin immediately and that it must be cancelled once the drag exceed the configured threshold.
2 or :before