Module Ev.Drag

Drag events.

type t

The type for DragEvent objects.

val as_mouse_event : t -> Mouse.t event

as_mouse_event d is d as a mouse event.

val data_transfer : t -> Data_transfer.t option

data_transfer d is the data transfer of the drag event.