Skip to main content
Module

x/commandis/mod.ts>dom.DeviceRotationRate

Official framework for Corddis lib ( for Deno only )
Latest
interface dom.DeviceRotationRate
import { type dom } from "https://deno.land/x/commandis@v0.6.5/mod.ts";
const { DeviceRotationRate } = dom;

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