onTouchMove

abstract fun onTouchMove(previousOffset: Offset = Offset.Zero, currentOffset: Offset = Offset.Zero)

Handles the movement of the touch event. This method is called when the user moves their finger or pointer on the canvas.

Parameters

previousOffset

The previous offset before the move.

currentOffset

The current offset during the move.