Gamepad "Hotplug"
Status: Alpha
Brought to you by:
egregor
The GFuel Configurator only displays gamepads that were connected at the time the configurator was launched. It would be nice if the gamepads list were updated every time a gamepad was removed or plugged into the system.
This can be done by listening to new joystick events in SDL, and notifying the gamepads tab accordingly.
Logged In: YES
user_id=1698841
Originator: YES
Did some plugging/unplugging with a gamepad, and no SDL events were generated. Detection may have to be done on the operating system level... udev?