enum DragGesturePhase
Swift
enum DragGesturePhase
Not documented.
Sources/LavaUI/DragGesture.swift:16
Cases
case began
The press has travelled minimumDistance. Carries where it is now.
Sources/LavaUI/DragGesture.swift:18
case changed
Not documented.
Sources/LavaUI/DragGesture.swift:19
case ended
Released. Always follows a .began.
Sources/LavaUI/DragGesture.swift:21