| Module: | |
| Inherits from: | |
| Declared In: | |
Overview
Use the links in the table of contents to the left to access the documentation.
Functions
- initWheelEvent
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);
Member Data
- altKey
- clientX
- clientY
- ctrlKey
- metaKey
- offsetX
- offsetY
- screenX
- screenY
- shiftKey
- wheelDelta
- wheelDeltaX
- wheelDeltaY
- x
- y
readonly attribute boolean altKey;
readonly attribute long clientX;
readonly attribute long clientY;
readonly attribute boolean ctrlKey;
readonly attribute boolean metaKey;
readonly attribute long offsetX;
readonly attribute long offsetY;
readonly attribute long screenX;
readonly attribute long screenY;
readonly attribute boolean shiftKey;
readonly attribute long wheelDelta;
readonly attribute long wheelDeltaX;
readonly attribute long wheelDeltaY;
readonly attribute long x;
readonly attribute long y;
Last Updated: 2009-05-29