UNPKG

dualsense-ts

Version:

The natural interface for your DualSense and DualSense Access controllers, 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