onPinchSwipe abstract method

void onPinchSwipe(
  1. Point<int> centerPosInPix,
  2. double zoomingSpeedInMMPerSec,
  3. double rotatingSpeedInMMPerSec
)
inherited

Implementation

void onPinchSwipe(
  final Point<int> centerPosInPix,
  final double zoomingSpeedInMMPerSec,
  final double rotatingSpeedInMMPerSec,
);