test 3 finger case

This commit is contained in:
sonora 2016-12-27 19:37:46 +01:00
parent 641df18cc9
commit 2cad8510de

View file

@ -124,6 +124,8 @@ public class MultiTouchSupport {
zoomRelative = distance / zoomStartedDistance;
listener.onZoomingOrRotating(zoomRelative, angleRelative);
return true;
} else if (pointCount >= 2) {
return true;
}
} catch (Exception e) {
log.debug("Multi touch exception" , e); //$NON-NLS-1$