UNPKG

dualsense-ts

Version:

The natural interface for your DualSense Classic and DualSense Access controllers, with Typescript

6 lines 178 B
import { Input } from "../input"; export declare class Momentary extends Input<boolean> { state: boolean; get active(): boolean; } //# sourceMappingURL=momentary.d.ts.map