Skip to content

gamepads: work with dictionnaries, instead of list

Benjamin Tissoires requested to merge bentiss/hid-tools:wip/gamepads into master

Lists is so C, and it involves a lot of brain twists. Surprisingly, relying on dict, like every good python programmer should, is actually much simpler to understand and extend.

Signed-off-by: Benjamin Tissoires benjamin.tissoires@gmail.com

Merge request reports