RotaryScrollEvent


This event represents a rotary input event.

Summary

Public functions

open operator Boolean
equals(other: Any?)
android
open Int
android
open String
android

Public properties

Float

The amount to scroll (in pixels) in response to a RotaryScrollEvent in a container that can scroll horizontally.

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 RotaryScrollEvent in a container that can scroll vertically.

Cmn
android

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

horizontalScrollPixels

val horizontalScrollPixels: Float

The amount to scroll (in pixels) in response to a RotaryScrollEvent in a container that can scroll horizontally.

inputDeviceId

val inputDeviceId: Int

The id for the input device that this event came from

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.