Class type Mozilla.XPCOM.dOMMouseEvent


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