ScaleGestureDetector
Hierarchy
↳ ScaleGestureDetector
Index
Constructors
Methods
Constructors
constructor
+ new ScaleGestureDetector(options
: ScaleGestureDetectorOptions): ScaleGestureDetector
Parameters:
Name | Type |
| ScaleGestureDetectorOptions |
Returns: ScaleGestureDetector
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