GestureViews icon indicating copy to clipboard operation
GestureViews copied to clipboard

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

Open jyothiasapu opened this issue 1 year ago • 2 comments

jyothiasapu avatar Feb 28 '24 04:02 jyothiasapu

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

alexvasilkov avatar Feb 28 '24 14:02 alexvasilkov

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

jyothiasapu avatar Mar 02 '24 12:03 jyothiasapu