class js.html.DeviceOrientationEvent extends Event
Available on js
A DeviceOrientationEvent
object describes an event that provides information about the current orientation of the device as compared to the Earth coordinate frame. See Orientation and motion data explained for details.
Documentation for this class was provided by MDN.
Instance Fields
This attribute's value is true
if the orientation is provided as a difference between the device coordinate frame and the Earth coordinate frame; if the device can't detect the Earth coordinate frame, this value is false
. Read only.
The current orientation of the device around the Z axis; that is, how far the device is rotated around a line perpendicular to the device. Read only.
The current orientation of the device around the X axis; that is, how far the device is tipped forward or backward. Read only.