GestureViews
GestureViews copied to clipboard
Is there a way to get event for multi-touch (Looking for two-finger touch)
You can subclass and override onTouchEvent(...) function
I wrote an extension class for GestureFrameLauout and checked for multi-touch on onTouchEvent. But it is intercepting with Zoomin or zoomout.