Class type Dom_html.mouseEvent
inherit event
method clientX : int Js_of_ocaml.Js.readonly_propmethod clientY : int Js_of_ocaml.Js.readonly_propmethod screenX : int Js_of_ocaml.Js.readonly_propmethod screenY : int Js_of_ocaml.Js.readonly_propmethod ctrlKey : bool Js_of_ocaml.Js.t Js_of_ocaml.Js.readonly_propmethod shiftKey : bool Js_of_ocaml.Js.t Js_of_ocaml.Js.readonly_propmethod altKey : bool Js_of_ocaml.Js.t Js_of_ocaml.Js.readonly_propmethod metaKey : bool Js_of_ocaml.Js.t Js_of_ocaml.Js.readonly_propmethod which : mouse_button Js_of_ocaml.Js.optdef Js_of_ocaml.Js.readonly_propmethod button : int Js_of_ocaml.Js.readonly_propmethod fromElement : element Js_of_ocaml.Js.t Js_of_ocaml.Js.opt Js_of_ocaml.Js.optdef Js_of_ocaml.Js.readonly_propmethod toElement : element Js_of_ocaml.Js.t Js_of_ocaml.Js.opt Js_of_ocaml.Js.optdef Js_of_ocaml.Js.readonly_propmethod pageX : int Js_of_ocaml.Js.optdef Js_of_ocaml.Js.readonly_propmethod pageY : int Js_of_ocaml.Js.optdef Js_of_ocaml.Js.readonly_prop