Class type Dom.mouseEvent


class type mouseEvent = object .. end
Inherits
method _get_altKey : bool
method _get_button : int
method _get_clientX : int
method _get_clientY : int
method _get_ctrlKey : bool
method _get_metaKey : bool
method _get_relatedTarget : 'a. < .. > as 'a
method _get_screenX : int
method _get_screenY : int
method _get_shiftKey : bool
method initMouseEvent : 'b.
string ->
bool ->
bool ->
abstractView ->
int ->
int ->
int ->
int -> int -> bool -> bool -> bool -> bool -> int -> (< .. > as 'b) -> unit