onTouchPinch

open fun onTouchPinch(start1: Xy, start2: Xy, end1: Xy, end2: Xy)

Two pointers touch pinch event. Two fingers touch mode is enabled by performing a single pointer touch immediately followed by two pointers down, with one of the pointers close to the previous touch.

Parameters

start1

is the previous position for first pointer

start2

is the previous position for second pointer

end1

is the current position for first pointer

end2

is the current position for second pointer