InputEvent

@Serializable
sealed class InputEvent(source)

Inheritors

Types

Link copied to clipboard
@Serializable
data class DragIntercepted(val data: DragData) : InputEvent

Emitted only when Input.setInterceptDrags is enabled. Use this data with Input.dispatchDragEvent to restore normal drag and drop behavior.