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


Public Member Functions | |
| void | initWheelEvent (in long wheelDeltaX, in long wheelDeltaY, in DOMWindow view, in long screenX, in long screenY, in long clientX, in long clientY, in boolean ctrlKey, in boolean altKey, in boolean shiftKey, in boolean metaKey) |
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 long | wheelDelta |
| readonly attribute long | wheelDeltaX |
| readonly attribute long | wheelDeltaY |
| readonly attribute long | offsetX |
| readonly attribute long | offsetY |
| readonly attribute long | x |
| readonly attribute long | y |
Definition at line 24 of file WheelEvent.idl.
| void initWheelEvent | ( | in long | wheelDeltaX, | |
| in long | wheelDeltaY, | |||
| in DOMWindow | view, | |||
| in long | screenX, | |||
| in long | screenY, | |||
| in long | clientX, | |||
| in long | clientY, | |||
| in boolean | ctrlKey, | |||
| in boolean | altKey, | |||
| in boolean | shiftKey, | |||
| in boolean | metaKey | |||
| ) |
| readonly attribute long screenX |
Definition at line 25 of file WheelEvent.idl.
| readonly attribute long screenY |
Definition at line 26 of file WheelEvent.idl.
| readonly attribute long clientX |
Definition at line 27 of file WheelEvent.idl.
| readonly attribute long clientY |
Definition at line 28 of file WheelEvent.idl.
| readonly attribute boolean ctrlKey |
Definition at line 29 of file WheelEvent.idl.
| readonly attribute boolean shiftKey |
Definition at line 30 of file WheelEvent.idl.
| readonly attribute boolean altKey |
Definition at line 31 of file WheelEvent.idl.
| readonly attribute boolean metaKey |
Definition at line 32 of file WheelEvent.idl.
| readonly attribute long wheelDelta |
Definition at line 33 of file WheelEvent.idl.
| readonly attribute long wheelDeltaX |
Definition at line 34 of file WheelEvent.idl.
| readonly attribute long wheelDeltaY |
Definition at line 35 of file WheelEvent.idl.
| readonly attribute long offsetX |
Definition at line 38 of file WheelEvent.idl.
| readonly attribute long offsetY |
Definition at line 39 of file WheelEvent.idl.
| readonly attribute long x |
Definition at line 40 of file WheelEvent.idl.
| readonly attribute long y |
Definition at line 41 of file WheelEvent.idl.
1.5.1