-
Notifications
You must be signed in to change notification settings - Fork 11
Description
The DualSense Edge includes two additional inputs with two inputs each for the "trigger" sliders used to increase or decrease travel of the associated trigger. While the firmware handles clamping the trigger range based on that value, it would be beneficial to extend the value of this input to the plugin as well, in order to allow for different behavior based on the state of the trigger travel switch.
The two inputs map as such:
The yellow highlighted values default to 09 when at their default value, the topmost mode with longest travel, with either corresponding to the left and right slider respectively (though inversely, the first byte is the right slider, and vice versa). These values are 00 if the slider is at any value except default.
The blue highlighted value corresponds to the value of the slider:
Left Paddle State : 00 -> 10 -> 20
Right Paddle State : 00 -> 40 -> 80
I may PR this myself but I must determine how best to handle the input value itself, as the state is exclusive but having an Input Action Mapping for the three states feels inappropriate. An 1D axis value (0, 0.5, 1) may be applicable here.
Metadata
Metadata
Assignees
Labels
Projects
Status