UiMediaScope.PointerPrecision


Describes the precision of the available pointing devices.

Summary

Public companion properties

UiMediaScope.PointerPrecision

Represents a pointing device with low precision, such as a joystick.

Cmn
UiMediaScope.PointerPrecision

Represents a pointing device with limited precision, such as a touchscreen.

Cmn
UiMediaScope.PointerPrecision

Represents a pointing device with high precision, such as a mouse, trackpad, or stylus.

Cmn
UiMediaScope.PointerPrecision

Indicates that no pointing device is available.

Cmn

Public functions

open String
Cmn

Public companion properties

Blunt

val BluntUiMediaScope.PointerPrecision

Represents a pointing device with low precision, such as a joystick.

Coarse

val CoarseUiMediaScope.PointerPrecision

Represents a pointing device with limited precision, such as a touchscreen.

Fine

val FineUiMediaScope.PointerPrecision

Represents a pointing device with high precision, such as a mouse, trackpad, or stylus.

None

val NoneUiMediaScope.PointerPrecision

Indicates that no pointing device is available.

Public functions

toString

open fun toString(): String