UNPKG

dualsense-ts

Version:

A natural interface for your DualSense controller, with Typescript

7 lines (5 loc) 189 B
import { Momentary } from "./momentary"; export class Mute extends Momentary { public readonly indicator = {}; public readonly status = new Momentary({ icon: "!", name: "Status" }); }