RotaryScrollEvent


This event represents a rotary input event.

Summary

Public functions

open operator Boolean
equals(other: Any?)
android
open operator Boolean
equals(other: Any?)
android
open Int
android
open Int
android
open String
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

equals

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

hashCode

open fun hashCode(): Int

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

toString

open fun toString(): String

Public properties

horizontalScrollPixels

val horizontalScrollPixelsFloat

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

inputDeviceId

val inputDeviceIdInt

The id for the input device that this event came from

uptimeMillis

val uptimeMillisLong

The time in milliseconds at which this even occurred. The start (0) time is platform-dependent.

verticalScrollPixels

val verticalScrollPixelsFloat

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