UiMediaScope.PointerPrecision
-
Cmn
@ExperimentalMediaQueryApi
value class 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 companion properties
Blunt
val Blunt: UiMediaScope.PointerPrecision
Represents a pointing device with low precision, such as a joystick.
Coarse
val Coarse: UiMediaScope.PointerPrecision
Represents a pointing device with limited precision, such as a touchscreen.
Fine
val Fine: UiMediaScope.PointerPrecision
Represents a pointing device with high precision, such as a mouse, trackpad, or stylus.