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

@ -170,6 +170,7 @@ sdl_pad_handler::sdl_pad_handler() : PadHandlerBase(pad_handler::sdl)
b_has_led = true;
b_has_rgb = true;
b_has_battery = true;
b_has_battery_led = true;
m_trigger_threshold = trigger_max / 2;
m_thumb_threshold = thumb_max / 2;