zeth / inputs

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

No gamepad (joystick) found on Windows 10 #71

Open dvargasfr opened 5 years ago

dvargasfr commented 5 years ago

Hi,

I'm getting an inputs.UnpluggedError: No gamepad found error using Thrustmaster T.Flight Stick X. It is not a hardware problem because I get button/axis data from this joystick using JavaScript Navigator.getGamepads() on a pretty simple customized web. Furthermore, it works fine on Linux+Python2.7 , but no success on Windows10 + Pyton 2.7/Python3.6.

Maybe some extra Windows settings are needed?

Thank you!

Sartek commented 5 years ago

This is likely because your flightstick does not use xinput but instead uses directinput. This library does not have any support for directinput controllers that I am aware of.