linusg / xbox360controller

🎮 A pythonic Xbox360 controller API built on top of the xpad Linux kernel driver
MIT License
97 stars 17 forks source link

Fixed bug affecting axes for triggers and right axis #12

Closed ghost closed 4 years ago

ghost commented 5 years ago

This patch fixes the axes issue #11.

Controller should be properly mapped now for non-raw mode.

raw mode still has some mapping bug.

dhm116 commented 5 years ago

It would be really nice to get this merged in - this library is basically useless because you cannot use the right thumbstick vertical axis without this fix.

linusg commented 5 years ago

@dhm116 I cannot agree with "basically useless", feel free to use any of the other available libraries in the meantime.

Thanks again for the proposed fix @averydark, and sorry for not giving this any attention for so long. I'm on vacation and will see if I can reproduce next week.