DragGestureDetector

Hierarchy

Index

Constructors

Methods

Constructors

constructor

+ new DragGestureDetector(options: DragGestureDetectorOptions): DragGestureDetector

Parameters:

Returns: DragGestureDetector

Methods

onGestureEvent

onGestureEvent(event: CanvasPointerEvent): boolean

Overrides GestureDetector.onGestureEvent

Parameters:

Returns: boolean

onPointerEvent

onPointerEvent(event: CanvasPointerEvent): boolean

Inherited from GestureDetector.onPointerEvent

Parameters:

Returns: boolean

Last updated