import "UIEvent.idl";
Inherits Event.
Inherited by KeyboardEvent, MouseEvent, WheelEvent, and SVGZoomEvent.
Inheritance diagram for UIEvent:


Public Member Functions | |
| void | initUIEvent (in AtomicString type, in boolean canBubble, in boolean cancelable, in DOMWindow view, in long detail) |
Public Attributes | |
| readonly attribute DOMWindow | view |
| readonly attribute long | detail |
| readonly attribute long | keyCode |
| readonly attribute long | charCode |
| readonly attribute long | layerX |
| readonly attribute long | layerY |
| readonly attribute long | pageX |
| readonly attribute long | pageY |
| readonly attribute long | which |
Definition at line 23 of file UIEvent.idl.
| void initUIEvent | ( | in AtomicString | type, | |
| in boolean | canBubble, | |||
| in boolean | cancelable, | |||
| in DOMWindow | view, | |||
| in long | detail | |||
| ) |
| readonly attribute DOMWindow view |
Definition at line 24 of file UIEvent.idl.
| readonly attribute long detail |
Definition at line 25 of file UIEvent.idl.
| readonly attribute long keyCode |
| readonly attribute long charCode |
| readonly attribute long layerX |
Definition at line 36 of file UIEvent.idl.
| readonly attribute long layerY |
Definition at line 37 of file UIEvent.idl.
| readonly attribute long pageX |
Definition at line 38 of file UIEvent.idl.
| readonly attribute long pageY |
Definition at line 39 of file UIEvent.idl.
| readonly attribute long which |
Definition at line 40 of file UIEvent.idl.
1.5.1