DragIntercepted

@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.

Official doc

Constructors

Link copied to clipboard
constructor(data: DragData)

Properties

Link copied to clipboard

(undocumented in the protocol definition)