test zooming and moving
This commit is contained in:
parent
4d51d80e0a
commit
e6c3a68ff6
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ public class MultiTouchSupport {
|
||||||
}
|
}
|
||||||
zoomRelative = distance / zoomStartedDistance;
|
zoomRelative = distance / zoomStartedDistance;
|
||||||
listener.onZoomingOrRotating(zoomRelative, angleRelative);
|
listener.onZoomingOrRotating(zoomRelative, angleRelative);
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
|
Loading…
Reference in a new issue