UNPKG

dualsense-ts

Version:

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

10 lines 279 B
/** Describes the charging behavior of the controller's battery */ export declare enum ChargeStatus { Discharging = 0, Charging = 1, Full = 2, AbnormalVoltage = 10, AbnormalTemperature = 11, ChargingError = 15 } //# sourceMappingURL=battery_state.d.ts.map