mirror of
https://github.com/marcriera/ddgo-converter.git
synced 2025-05-01 06:07:04 +02:00
List gamepads
This commit is contained in:
parent
139875808a
commit
5a8522d05a
5 changed files with 69 additions and 48 deletions
|
@ -20,7 +20,6 @@ class Gamepad:
|
|||
self.name = name
|
||||
|
||||
|
||||
|
||||
""" cap = {
|
||||
e.EV_KEY : [e.BTN_NORTH, e.BTN_SOUTH, e.BTN_EAST, e.BTN_WEST, e.BTN_SELECT, e.BTN_START],
|
||||
e.EV_ABS : [(e.ABS_X, AbsInfo(0, 0, 255, 0, 0, 0)), (e.ABS_Y, AbsInfo(0, 0, 255, 0, 0, 0))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue