test 3 finger case
This commit is contained in:
parent
641df18cc9
commit
2cad8510de
1 changed files with 2 additions and 0 deletions
|
@ -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$
|
||||
|
|
Loading…
Reference in a new issue