SwipeType.Auto Literal
Swipes are completed when the user has swiped over the entire distance of the SwipeGesture, and further swipes can be initiated without releasing the pointer.
Swipes in the same direction cannot be activated in sequence: Left-Left is excluded, but Left-Up-Left would be triggered.
Location
- Namespace
- Fuse.Gestures
- Package
- Fuse.Gestures 2.9.1
Returns
Possible Values
- Simple
-
Swipes are completed when the pointer is released after the user has swiped over the entire distance of the SwipeGesture.
- Active
-
Swiping toggles between an active/inactive state.
- Auto
-
Swipes are completed when the user has swiped over the entire distance of the SwipeGesture, and further swipes can be initiated without releasing the pointer.