package brr

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Drag events.

type t

The type for DragEvent objects.

val as_mouse : t -> Mouse.t

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