onTwoDoubleTouches

open override fun onTwoDoubleTouches(pos: Xy)

Two pointers double touch event. A two pointers double touch event is defined as two consecutive two-pointer touches from which the pointer ups are within a preset time in milliseconds.

Parameters

pos

is the mid position of the segment determined by the two pointers positions


var onTwoDoubleTouches: (pos: Xy) -> Unit?

Two pointers double touch event. Lambda Signature: (pos: Xy) -> Unit A two pointers double touch event is defined as two consecutive two-pointer touches from which the pointer ups are within a preset time in milliseconds.

Parameters

pos

is the mid position of the segment determined by the two pointers positions