Zuzu-Typ / XInput-Python

Simple access to the DirectX input API for Python
zlib License
28 stars 5 forks source link

Leo Bodnar eight axis joystick #3

Closed davieli2 closed 4 years ago

davieli2 commented 4 years ago

Hi, I connected a LeoBodnar BU0836A with eight axis joystick, windows driver see everything but XInput is not able to catch the joystick .. any idea ?!

Zuzu-Typ commented 4 years ago

Hi davieli2,

Windows controllers are usually one of two types: DirectInput compatible or XInput compatible.

Where any XInput compatible controller also works with DirectInput.

DirectInput is the predecessor of XInput and does not support multiple triggers, rumble or battery information, that said, XInput is very much tailored to the XBox controllers, which is why it only supports the peripherals that a normal XBox controller would have too.

Your controller is probably not XInput compatible, thus it's not recognized.