on Move
Single pointer move event. A single pointer move event is defined as a pointer down, followed by a move, followed by a pointer up.
Parameters
start
is the previous position involved in move action
end
is the current position involved in move action
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.
Parameters
start
is the previous position involved in move action
end
is the current position involved in move action