UNPKG

dualsense-ts

Version:

A natural interface for your DualSense controller, with Typescript

7 lines 229 B
import { Input } from "../input"; /** Container for counters associated with other inputs */ export declare class Increment extends Input<number> { state: number; active: boolean; } //# sourceMappingURL=increment.d.ts.map