canStartMultiTouch method

bool canStartMultiTouch()

Called by ToolManager#doMouseDown and ToolManager#doMouseMove, this method determines whether or not to allow pinch zooming from a multi-touch event. By default this predicate just returns true. This method may be overridden. Please read the Introduction page on Extensions for how to override methods and how to call this base method. @expose @return {boolean} @see #standardPinchZoomStart @see #standardPinchZoomMove @since 1.5

Implementation

_i2.bool canStartMultiTouch() => _i4.callMethod(
      this,
      'canStartMultiTouch',
      [],
    );