input: add battery LED flag and some getters

This commit is contained in:
Megamouse 2024-07-06 17:46:37 +02:00
parent 1a61a7a39f
commit 20f906bf9b
9 changed files with 22 additions and 66 deletions

View file

@ -53,6 +53,7 @@ ds3_pad_handler::ds3_pad_handler()
b_has_motion = true;
b_has_deadzones = true;
b_has_battery = true;
b_has_battery_led = true;
b_has_led = true;
b_has_rgb = false;
b_has_player_led = true;