Add touchbar to dualsense

This commit is contained in:
Denis 2024-01-02 19:18:12 +01:00
parent 8870020cab
commit ebf83d6350
No known key found for this signature in database
GPG key ID: DD9B63F805CF5C03
6 changed files with 144 additions and 4 deletions

View file

@ -95,6 +95,9 @@ void gamepad_status_init(gamepad_status_t *const stats) {
stats->leds_colors[0] = 0;
stats->leds_colors[1] = 0;
stats->leds_colors[2] = 0;
stats->touchpad_touch_num = -1;
stats->touchpad_x = 0;
stats->touchpad_y = 0;
stats->flags = 0;
}