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