piborg / Gamepad

A simple library for getting game controller and joystick inputs into Python in Linux.
MIT License
101 stars 27 forks source link

Xbox One wireless gamepad is not detected #9

Open HubertReX opened 2 years ago

HubertReX commented 2 years ago

this library doesn't seem to detect wireless gamepads connected using BT. When I run: python3 PollingExample.py script hangs on message: Please connect your gamepad...

My hardware/software setup: Xbox One wireless gamepad Mac OS 12.5 Monterey Python 3.8.9

The controller is working fine when tested on https://gamepad-tester.com/

Is there a chance to add support for wireless controllers?