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

@ -59,6 +59,7 @@ xinput_pad_handler::xinput_pad_handler() : PadHandlerBase(pad_handler::xinput)
b_has_rumble = true;
b_has_deadzones = true;
b_has_battery = true;
b_has_battery_led = false;
m_name_string = "XInput Pad #";
m_max_devices = XUSER_MAX_COUNT;