Namespace Serenity.Feedback.Infrastructure.AdaptiveTrigger
Classes
NullAdaptiveTriggerBackend
Default no-op adaptive-trigger backend used until a real SDK backend is available.
PcHidAdaptiveTriggerBackend
PC adaptive-trigger backend: drives DualSense adaptive triggers over USB HID through the shared DualSenseOutputWriter (the same writer that owns the pad's vibration and LED, so the three never clobber one another). Supported on desktop/editor only. Bluetooth-connected DualSense pads and non-DualSense devices are no-ops: the writer reports it cannot handle them and this backend simply does nothing for that device.
Interfaces
IAdaptiveTriggerBackend
Seam for DualSense adaptive-trigger output. The default registered backend is NullAdaptiveTriggerBackend (no-op) until a real PS5-SDK or PC-HID backend is available.