Source set: Common
public class PointerPrecision private constructor(private val value: Int)
Describes the precision of the available pointing devices.
Members
Companion
Source set: Common
public companion object
Properties
Fine
Source set: Common
public val Fine: PointerPrecision
Represents a pointing device with high precision, such as a mouse, trackpad, or stylus.
Coarse
Source set: Common
public val Coarse: PointerPrecision
Represents a pointing device with limited precision, such as a touchscreen.
Blunt
Source set: Common
public val Blunt: PointerPrecision
Represents a pointing device with low precision, such as a joystick.
None
Source set: Common
public val None: PointerPrecision
Indicates that no pointing device is available.