Go to the source code of this file.
Namespaces | |
| namespace | events |
Functions | |
| void | events::initManipulateEvent (in DOMString 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 long pageX, in long pageY, in boolean ctrlKey, in boolean altKey, in boolean shiftKey, in boolean metaKey, in long panX, in long panY, in long panSpeedX, in long panSpeedY, in float scale, in float scaleSpeed, in float rotation, in float rotationSpeed) |
Variables | |
| interface GenerateConstructor | events::ManipulateEvent |
| readonly attribute long | events::screenY |
| readonly attribute long | events::clientX |
| readonly attribute long | events::clientY |
| readonly attribute boolean | events::ctrlKey |
| readonly attribute boolean | events::shiftKey |
| readonly attribute boolean | events::altKey |
| readonly attribute boolean | events::metaKey |
| readonly attribute long | events::panX |
| readonly attribute long | events::panY |
| readonly attribute long | events::panSpeedX |
| readonly attribute long | events::panSpeedY |
| readonly attribute float | events::scale |
| readonly attribute float | events::scaleSpeed |
| readonly attribute float | events::rotation |
| readonly attribute float | events::rotationSpeed |
1.6.2-20100208