UNPKG

dualsense-ts

Version:

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

13 lines 418 B
/** Controls the white status LED on the Access controller */ export declare class AccessStatusLed { private _on; /** Get the current state */ get on(): boolean; /** Set the status LED on or off */ set(on: boolean): void; /** Toggle the status LED */ toggle(): void; /** Returns a string key for change detection */ toKey(): string; } //# sourceMappingURL=access_status_led.d.ts.map