performRotaryScrollInput
Function
Common
@ExperimentalTestApi
fun SemanticsNodeInteraction.performRotaryScrollInput(
block: RotaryInjectionScope.() -> Unit
): SemanticsNodeInteraction
Send the specified RotaryScrollEvent
to the focused component.
Returns
true if the event was consumed. False otherwise. |