Skip to main content
Module

x/evt/lib/types/lib.dom.ts>DeviceRotationRate

💧EventEmitter's typesafe replacement
Go to Latest
interface DeviceRotationRate
import { type DeviceRotationRate } from "https://deno.land/x/evt@v2.4.13/lib/types/lib.dom.ts";

Provides information about the rate at which the device is rotating around all three axes.

Properties

readonly
alpha: number | null
readonly
beta: number | null
readonly
gamma: number | null