interface DeviceMotionEvent
implements Event
import { type DeviceMotionEvent } from "https://deno.land/x/evt@v2.5.3/lib/types/lib.dom.ts";
The DeviceMotionEvent provides web developers with information about the speed of changes for the device's position and orientation.
Properties
readonly
acceleration: DeviceMotionEventAcceleration | nullreadonly
accelerationIncludingGravity: DeviceMotionEventAcceleration | nullreadonly
rotationRate: DeviceMotionEventRotationRate | null