import "MouseEvent.idl";
Inherits UIEvent.
Inheritance diagram for MouseEvent:


Public Member Functions | |
| void | initMouseEvent (in AtomicString type, in boolean canBubble, in boolean cancelable, in DOMWindow view, in long detail, in long screenX, in long screenY, in long clientX, in long clientY, in boolean ctrlKey, in boolean altKey, in boolean shiftKey, in boolean metaKey, in unsigned short button, in EventTarget relatedTarget) |
Public Attributes | |
| readonly attribute long | screenX |
| readonly attribute long | screenY |
| readonly attribute long | clientX |
| readonly attribute long | clientY |
| readonly attribute boolean | ctrlKey |
| readonly attribute boolean | shiftKey |
| readonly attribute boolean | altKey |
| readonly attribute boolean | metaKey |
| readonly attribute unsigned short | button |
| readonly attribute EventTarget | relatedTarget |
| readonly attribute long | offsetX |
| readonly attribute long | offsetY |
| readonly attribute long | x |
| readonly attribute long | y |
| readonly attribute Node | fromElement |
| readonly attribute Node | toElement |
Definition at line 23 of file MouseEvent.idl.
| void initMouseEvent | ( | in AtomicString | type, | |
| in boolean | canBubble, | |||
| in boolean | cancelable, | |||
| in DOMWindow | view, | |||
| in long | detail, | |||
| in long | screenX, | |||
| in long | screenY, | |||
| in long | clientX, | |||
| in long | clientY, | |||
| in boolean | ctrlKey, | |||
| in boolean | altKey, | |||
| in boolean | shiftKey, | |||
| in boolean | metaKey, | |||
| in unsigned short | button, | |||
| in EventTarget | relatedTarget | |||
| ) |
| readonly attribute long screenX |
Definition at line 24 of file MouseEvent.idl.
| readonly attribute long screenY |
Definition at line 25 of file MouseEvent.idl.
| readonly attribute long clientX |
Definition at line 26 of file MouseEvent.idl.
| readonly attribute long clientY |
Definition at line 27 of file MouseEvent.idl.
| readonly attribute boolean ctrlKey |
Definition at line 28 of file MouseEvent.idl.
| readonly attribute boolean shiftKey |
Definition at line 29 of file MouseEvent.idl.
| readonly attribute boolean altKey |
Definition at line 30 of file MouseEvent.idl.
| readonly attribute boolean metaKey |
Definition at line 31 of file MouseEvent.idl.
| readonly attribute unsigned short button |
Definition at line 32 of file MouseEvent.idl.
| readonly attribute EventTarget relatedTarget |
Definition at line 33 of file MouseEvent.idl.
| readonly attribute long offsetX |
Definition at line 52 of file MouseEvent.idl.
| readonly attribute long offsetY |
Definition at line 53 of file MouseEvent.idl.
| readonly attribute long x |
Definition at line 54 of file MouseEvent.idl.
| readonly attribute long y |
Definition at line 55 of file MouseEvent.idl.
| readonly attribute Node fromElement |
Definition at line 56 of file MouseEvent.idl.
| readonly attribute Node toElement |
Definition at line 57 of file MouseEvent.idl.
1.5.1