onTwoTouches

open override fun onTwoTouches(pos: Xy)

Two pointers touch event. A two pointers touch event is defined as two simultaneous 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 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.

Parameters

pos

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