DragRecognizer

interface DragRecognizer

Defines how drag recognition works for Views. Adding drag support to a View requires registering a DragHandler that will determine when to initiate a DragOperation in response to a PointerEvent.

Functions

Link copied to clipboard

Informs the recognizer that a drag gesture has ben recognized and gives it the opportunity to initiate a DragOperation.