DeviceMotionEvent

open external class DeviceMotionEvent(val type: EventType<DeviceMotionEvent>, init: DeviceMotionEventInit = definedExternally) : Event(source)

The DeviceMotionEvent provides web developers with information about the speed of changes for the device's position and orientation. Available only in secure contexts.

MDN Reference

Constructors

Link copied to clipboard
constructor(type: EventType<DeviceMotionEvent>, init: DeviceMotionEventInit = definedExternally)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val type: EventType<DeviceMotionEvent>

Functions

Link copied to clipboard
open override fun asInit(): DeviceMotionEventInit
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard