|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"DeviceMotionEvent.idl";
Public Member Functions | |
| void | initDeviceMotionEvent (optional DOMString type="", optional boolean bubbles=false, optional boolean cancelable=false, optional Acceleration? acceleration=null, optional Acceleration? accelerationIncludingGravity=null, optional RotationRate? rotationRate=null, optional unrestricted double? interval=null) |
Public Member Functions inherited from Event | |
| sequence< Node > | composedPath () |
| void | stopPropagation () |
| void | preventDefault () |
| void | initEvent (DOMString type, optional boolean bubbles=false, optional boolean cancelable=false) |
| void | stopImmediatePropagation () |
Additional Inherited Members | |
Public Types inherited from Event | |
| enum | EventType { EVENT_CLOSED, EVENT_MOVED, EVENT_RESIZED, EVENT_LOST_FOCUS, EVENT_GAINED_FOCUS, EVENT_TEXT_ENTERED, EVENT_KEY_PRESSED, EVENT_KEY_RELEASED, EVENT_MOUSE_WHEEL_MOVED, EVENT_MOUSE_BUTTON_PRESSED, EVENT_MOUSE_BUTTON_RELEASED, EVENT_MOUSE_MOVED, EVENT_MOUSE_ENTERED, EVENT_MOUSE_LEFT, EVENT_TEST } |
| void DeviceMotionEvent::initDeviceMotionEvent | ( | optional DOMString | type = "", |
| optional boolean | bubbles = false, |
||
| optional boolean | cancelable = false, |
||
| optional Acceleration? | acceleration = null, |
||
| optional Acceleration? | accelerationIncludingGravity = null, |
||
| optional RotationRate? | rotationRate = null, |
||
| optional unrestricted double? | interval = null |
||
| ) |
| readonly attribute Acceleration DeviceMotionEvent::acceleration |
| readonly attribute Acceleration DeviceMotionEvent::accelerationIncludingGravity |
| readonly attribute RotationRate DeviceMotionEvent::rotationRate |
1.8.13