DragGestureDetector
Hierarchy
↳ DragGestureDetector
Index
Constructors
Methods
Constructors
constructor
+ new DragGestureDetector(options
: DragGestureDetectorOptions): DragGestureDetector
Parameters:
Name | Type |
| DragGestureDetectorOptions |
Returns: DragGestureDetector
Methods
onGestureEvent
▸ onGestureEvent(event
: CanvasPointerEvent): boolean
Overrides GestureDetector.onGestureEvent
Parameters:
Name | Type |
|
Returns: boolean
onPointerEvent
▸ onPointerEvent(event
: CanvasPointerEvent): boolean
Inherited from GestureDetector.onPointerEvent
Parameters:
Name | Type |
|
Returns: boolean
Last updated