Functions | |
| void | 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 | ManipulateEvent |
| 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 | panX |
| readonly attribute long | panY |
| readonly attribute long | panSpeedX |
| readonly attribute long | panSpeedY |
| readonly attribute float | scale |
| readonly attribute float | scaleSpeed |
| readonly attribute float | rotation |
| readonly attribute float | rotationSpeed |
| 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 | |||
| ) |
| readonly attribute boolean events::altKey |
Definition at line 32 of file ManipulateEvent.idl.
| readonly attribute long events::clientX |
Definition at line 27 of file ManipulateEvent.idl.
| readonly attribute long events::clientY |
Definition at line 28 of file ManipulateEvent.idl.
| readonly attribute boolean events::ctrlKey |
Definition at line 30 of file ManipulateEvent.idl.
| interface GenerateConstructor events::ManipulateEvent |
Definition at line 22 of file ManipulateEvent.idl.
| readonly attribute boolean events::metaKey |
Definition at line 33 of file ManipulateEvent.idl.
| readonly attribute long events::panSpeedX |
Definition at line 37 of file ManipulateEvent.idl.
| readonly attribute long events::panSpeedY |
Definition at line 38 of file ManipulateEvent.idl.
| readonly attribute long events::panX |
Definition at line 35 of file ManipulateEvent.idl.
| readonly attribute long events::panY |
Definition at line 36 of file ManipulateEvent.idl.
| readonly attribute float events::rotation |
Definition at line 41 of file ManipulateEvent.idl.
| readonly attribute float events::rotationSpeed |
Definition at line 42 of file ManipulateEvent.idl.
| readonly attribute float events::scale |
Definition at line 39 of file ManipulateEvent.idl.
| readonly attribute float events::scaleSpeed |
Definition at line 40 of file ManipulateEvent.idl.
| readonly attribute long events::screenY |
Definition at line 26 of file ManipulateEvent.idl.
| readonly attribute boolean events::shiftKey |
Definition at line 31 of file ManipulateEvent.idl.
1.6.2-20100208