TapEvent

data class TapEvent(val offset: DpOffset)

Represents a tap event at the given offset.

All the offsets are relative to the rendition view.

Constructors

Link copied to clipboard
constructor(offset: DpOffset)

Properties

Link copied to clipboard