onTouchStart

abstract fun onTouchStart(offset: Offset = Offset.Zero)

Handles the start of a touch event. This method is called when the user first touches the canvas.

Parameters

offset

The offset from the initial touch position.