gamepads: work with dictionnaries, instead of list
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