return true if multitouch zoom/rotate end has been handled

This commit is contained in:
sonora 2016-12-29 16:47:18 +01:00
parent c8b87fdda7
commit 2926af879d

View file

@ -88,6 +88,7 @@ public class MultiTouchSupport {
if(inZoomMode){
listener.onZoomOrRotationEnded(zoomRelative, angleRelative);
inZoomMode = false;
return true;
}
return false;
}