InputAxisRange

data class InputAxisRange(val minimum: Int, val maximum: Int, val fuzz: Int? = null, val flat: Int? = null, val resolution: Int? = null, val source: String)(source)

Native input-axis metadata reported by the raw pen reader.

Constructors

Link copied to clipboard
constructor(minimum: Int, maximum: Int, fuzz: Int? = null, flat: Int? = null, resolution: Int? = null, source: String)

Properties

Link copied to clipboard
val flat: Int?

center dead zone when reported by the device

Link copied to clipboard
val fuzz: Int?

noise tolerance when reported by the device

Link copied to clipboard

largest raw axis value

Link copied to clipboard

smallest raw axis value

Link copied to clipboard

axis resolution when reported by the device

Link copied to clipboard

evidence describing where the range came from