androidx.compose.ui.input.rotary

Interfaces

RotaryInputModifierNode

Implement this interface to create a Modifier.Node that can intercept rotary scroll events.

Cmn

Classes

RotaryScrollEvent

This event represents a rotary input event.

Cmn
android

Modifiers

onPreRotaryScrollEvent

Adding this modifier to the modifier parameter of a component will allow it to intercept RotaryScrollEvents if it (or one of its children) is focused.

Cmn
onRotaryScrollEvent

Adding this modifier to the modifier parameter of a component will allow it to intercept RotaryScrollEvents if it (or one of its children) is focused.

Cmn