RotaryScrollEvent
-
Cmn
class RotaryScrollEvent
This event represents a rotary input event.
Summary
Public functions |
||
|---|---|---|
open operator Boolean |
android
|
|
open Int |
hashCode() |
android
|
open String |
toString() |
android
|
Public properties |
||
|---|---|---|
Float |
The amount to scroll (in pixels) in response to a |
Cmn
android
|
Int |
The id for the input device that this event came from |
android
|
Long |
The time in milliseconds at which this even occurred. |
Cmn
android
|
Float |
The amount to scroll (in pixels) in response to a |
Cmn
android
|
Public properties
horizontalScrollPixels
val horizontalScrollPixels: Float
The amount to scroll (in pixels) in response to a RotaryScrollEvent in a container that can scroll horizontally.
uptimeMillis
val uptimeMillis: Long
The time in milliseconds at which this even occurred. The start (0) time is platform-dependent.
verticalScrollPixels
val verticalScrollPixels: Float
The amount to scroll (in pixels) in response to a RotaryScrollEvent in a container that can scroll vertically.