onTwoTouches

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

Two pointers touch event. Lambda Signature: (pos: Xy) -> Unit A two pointers touch event is defined as two simultaneous 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