EraserConfiguration

data class EraserConfiguration(val widthPx: Float = 20.0f, val sideButtonEnabled: Boolean = true, val style: EraserStyle = EraserStyle.DEFAULT)(source)

Eraser behavior for a raw-ink session.

Constructors

Link copied to clipboard
constructor(widthPx: Float = 20.0f, sideButtonEnabled: Boolean = true, style: EraserStyle = EraserStyle.DEFAULT)

Properties

Link copied to clipboard

Whether the pen side button activates erasing.

Link copied to clipboard

Firmware eraser-style identifier.

Link copied to clipboard

Eraser width in physical pixels.