onMove

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

Single pointer move event. Lambda Signature: (start: Xy, end: Xy) -> Unit A single pointer move event is defined as a pointer down, followed by a move, followed by a pointer up. "start" param represents the previous position involved in move action "end" param represents the current position involved in move action