onTouchMove

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

Handles movement during a touch event. Updates the tape path and image path as the user moves their finger.

Parameters

previousOffset

The previous position of the touch.

currentOffset

The current position of the touch.

paint

The paint object used for drawing the tape.