seslSetIsMouse

abstract fun seslSetIsMouse(isMouse: Boolean)(source)

Sets whether the current interaction is from a mouse. This affects how the AppBarLayout behaves, especially in terms of drag sensitivity.

Parameters

isMouse

true if the interaction is from a mouse, false otherwise.