Class DeviceOrientationEvent
java.lang.Object
elemental2.dom.Event
elemental2.dom.DeviceOrientationEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class elemental2.dom.Event
Event.DeepPathFn
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
double
double
double
double
double
Fields inherited from class elemental2.dom.Event
AT_TARGET, bubbles, BUBBLING_PHASE, cancelable, CAPTURING_PHASE, composed, currentTarget, deepPath, defaultPrevented, eventPhase, namespaceURI, path, target, timeStamp, type
-
Constructor Summary
ConstructorsConstructorDescriptionDeviceOrientationEvent
(String type) DeviceOrientationEvent
(String type, DeviceOrientationEventInit eventInitDict) -
Method Summary
Methods inherited from class elemental2.dom.Event
composedPath, initEvent, initEvent, initEvent, preventDefault, stopImmediatePropagation, stopPropagation
-
Field Details
-
absolute
public boolean absolute -
alpha
public double alpha -
beta
public double beta -
gamma
public double gamma -
webkitCompassAccuracy
public double webkitCompassAccuracy -
webkitCompassHeading
public double webkitCompassHeading
-
-
Constructor Details
-
DeviceOrientationEvent
-
DeviceOrientationEvent
-