PressInteraction¶
sealed interface PressInteraction : Interaction
Interactions describing a pointer press.
Inheritors¶
Types¶
Cancel¶
data object Cancel : PressInteraction
The press ended without a Release (e.g. the pointer left the component's bounds).
Press¶
data object Press : PressInteraction
The pointer went down inside the component's bounds.
Release¶
data object Release : PressInteraction
The pointer was released after a Press.