class type mouseEvent =Inheritsobject
..end
method _get_altKey : bool
int
: method _get_clientX : int
method _get_clientY : int
method _get_ctrlKey : bool
method _get_metaKey : bool
'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