onTouchMove

var onTouchMove: (start: Xy, end: Xy) -> Unit?

Single pointer touch move event. Lambda Signature: (start: Xy, end: Xy) -> Unit Touch move mode is enabled by performing a pointer touch immediately followed by a pointer down in same screen area, and then move. "start" param represents the previous position involved in move action "end" param represents the current position involved in move action