Extends Gesture

Interaction.Drag

property Interaction.Drag.Orientation orientation: .HorizontalAndVertical

property Bool directionalLock

Sets the drag orientations that the interaction accepts.

Interaction.Drag.Orientation.Horizontal

Interaction.Drag.Orientation.Vertical

Interaction.Drag.Orientation.HorizontalAndVertical

event started(Float pressX, Float pressY)

event dragged()

event ended()

property Bool isDraggingread only