struct DragGestureValue
Swift
struct DragGestureValue
Not documented.
Sources/LavaUI/DragGesture.swift:24
Properties
var phase: DragGesturePhase
Not documented.
Sources/LavaUI/DragGesture.swift:25
var startX: Float
Where the press went down, in window coordinates.
Sources/LavaUI/DragGesture.swift:27
var startY: Float
Not documented.
Sources/LavaUI/DragGesture.swift:28
var translationX: Float { get }
Not documented.
Sources/LavaUI/DragGesture.swift:33
var translationY: Float { get }
Not documented.
Sources/LavaUI/DragGesture.swift:34
var x: Float
Where the pointer is now, in window coordinates.
Sources/LavaUI/DragGesture.swift:30
var y: Float
Not documented.
Sources/LavaUI/DragGesture.swift:31