xbox360controller icon indicating copy to clipboard operation
xbox360controller copied to clipboard

🎮 A pythonic Xbox360 controller API built on top of the xpad Linux kernel driver

Results 6 xbox360controller issues
Sort by recently updated
recently updated
newest added

Disconnecting the Xbox controller results in the following exception: ``` Traceback (most recent call last): File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner self.run() File "/usr/lib/python3.8/threading.py", line 870, in run self._target(*self._args, **self._kwargs)...

I tested the example code and I saw some inconsistencies. I realized that when I move the axis_r on the joystick, it shows on the output that axis trigger_r is...

Using an Xbox 360 controller, this library rumbles the controller without issue from my desktop Ubuntu 20.04 x86_64 system. But on another platform, Ubuntu 16.04 aarch64, the library claims the...

bug

Trying this with the Xbox One bluetooth controller and it seems to be reading the B and X keys as axis.

bug
help wanted

Attempt to rumble gives a rumble not supported error but controller has rumble feature. I acknowledge this may be an underling problem with the xpad driver. I had the same...

bug
help wanted

Hi everyone. For my application, I need to measure the time a button or stick is pressed or moved. This works fine for all buttons. Also the trigger buttons axis...