InteractionEvent

sealed class InteractionEvent

Represents different types of user interactions.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class Drag(val deltaX: Float, val deltaY: Float) : InteractionEvent
Link copied to clipboard
Link copied to clipboard
data class Pinch(val scale: Float) : InteractionEvent
Link copied to clipboard
data class Swipe(val direction: SwipeDirection) : InteractionEvent