Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ogone/src/ogone.dom.d.ts>GamepadHapticActuator

Advanced Web Composition for Future
Latest
interface GamepadHapticActuator
import { type GamepadHapticActuator } from "https://deno.land/x/ogone@revb3/src/ogone.dom.d.ts";

This Gamepad API export interface represents hardware in the controller designed to provide haptic feedback to the user (if available), most commonly vibration hardware.

Methods

pulse(value: number, duration: number): Promise<boolean>