Pointer

data class Pointer(val drawing: Boolean = false, val points: ImmutableList<ImmutableList<Offset>> = persistentListOf(), val pointer: Offset? = null) : Laser

Constructors

Link copied to clipboard
constructor(drawing: Boolean = false, points: ImmutableList<ImmutableList<Offset>> = persistentListOf(), pointer: Offset? = null)

Properties

Link copied to clipboard
open override val drawing: Boolean = false
Link copied to clipboard
val pointer: Offset? = null
Link copied to clipboard
val points: ImmutableList<ImmutableList<Offset>>