alexvasilkov / GestureViews

ImageView and FrameLayout with gestures control and position animation
Apache License 2.0
2.37k stars 384 forks source link

Is there a way to get event for multi-touch (Looking for two-finger touch) #188

Open jyothiasapu opened 6 months ago

alexvasilkov commented 6 months ago

You can subclass and override onTouchEvent(...) function

jyothiasapu commented 6 months ago

I wrote an extension class for GestureFrameLauout and checked for multi-touch on onTouchEvent. But it is intercepting with Zoomin or zoomout.