onTwoDoubleTouches

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. "pos" param represents the mid position of the segment determined by the two pointers positions