public class DeviceOrientationEvent extends Event
Event.DeepPathFn
Modifier and Type | Field and Description |
---|---|
boolean |
absolute |
double |
alpha |
double |
beta |
double |
gamma |
double |
webkitCompassAccuracy |
double |
webkitCompassHeading |
AT_TARGET, bubbles, BUBBLING_PHASE, cancelable, CAPTURING_PHASE, composed, currentTarget, deepPath, defaultPrevented, eventPhase, namespaceURI, path, target, timeStamp, type
Constructor and Description |
---|
DeviceOrientationEvent(java.lang.String type) |
DeviceOrientationEvent(java.lang.String type,
DeviceOrientationEventInit eventInitDict) |
composedPath, initEvent, initEvent, initEvent, preventDefault, stopImmediatePropagation, stopPropagation
public boolean absolute
public double alpha
public double beta
public double gamma
public double webkitCompassAccuracy
public double webkitCompassHeading
public DeviceOrientationEvent(java.lang.String type, DeviceOrientationEventInit eventInitDict)
public DeviceOrientationEvent(java.lang.String type)