Module Jsdom.Mouse_event

Nicer types for creating mouse events

module Kind : sig ... end
val dispatch : here:lexing_position -> ?alt_key:bool -> ?shift_key:bool -> ?ctrl_key:bool -> ?meta_key:bool -> ?button:[ `Left | `Middle | `Right ] -> kind:Kind.t -> selector:string -> unit -> unit