Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
670a326310
1 changed files with 2 additions and 0 deletions
|
@ -124,6 +124,8 @@ public class MultiTouchSupport {
|
||||||
zoomRelative = distance / zoomStartedDistance;
|
zoomRelative = distance / zoomStartedDistance;
|
||||||
listener.onZoomingOrRotating(zoomRelative, angleRelative);
|
listener.onZoomingOrRotating(zoomRelative, angleRelative);
|
||||||
return true;
|
return true;
|
||||||
|
} else if (pointCount >= 2) {
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
log.debug("Multi touch exception" , e); //$NON-NLS-1$
|
log.debug("Multi touch exception" , e); //$NON-NLS-1$
|
||||||
|
|
Loading…
Reference in a new issue