DeviceOrientationEventInit

trait EventInit
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from:
Object
def isPrototypeOf(v: Object): Boolean
Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from:
Object
def toLocaleString(): String
Inherited from:
Object
def valueOf(): Any
Inherited from:
Object

Concrete fields

@ExposedJSMember @JSOptional
var absolute: UndefOr[Boolean]

If true, this event data is has been produced using sensor fusion from the magnometer and other sensors. When false- only the gyroscope has been used.

If true, this event data is has been produced using sensor fusion from the magnometer and other sensors. When false- only the gyroscope has been used.

@ExposedJSMember @JSOptional
var alpha: UndefOr[Double]

Z-Axis rotation in degrees.

Z-Axis rotation in degrees.

@ExposedJSMember @JSOptional
var beta: UndefOr[Double]

X-Axis rotation in degrees.

X-Axis rotation in degrees.

@ExposedJSMember @JSOptional
var gamma: UndefOr[Double]

Y-Axis rotation in degrees.

Y-Axis rotation in degrees.

Inherited fields

@ExposedJSMember @JSOptional
var bubbles: UndefOr[Boolean]
Inherited from:
EventInit
@ExposedJSMember @JSOptional
var cancelable: UndefOr[Boolean]
Inherited from:
EventInit
@ExposedJSMember @JSOptional
var composed: UndefOr[Boolean]
Inherited from:
EventInit
@ExposedJSMember @JSOptional
var scoped: UndefOr[Boolean]
Inherited from:
EventInit