zeth / inputs

Cross-platform Python support for keyboards, mice and gamepads
BSD 3-Clause "New" or "Revised" License
269 stars 87 forks source link

Logitech Gamepad F310 Shows Up as "Microsoft X-Box 360 pad" #98

Open MBetters opened 3 years ago

MBetters commented 3 years ago

This happens when I run this with a Logitech Gamepad F310 connected.

from inputs import devices
for device in devices:
    print(device)
themixray commented 2 years ago
print(dir(device))