1

Is there any good alternative to pygame for gamepad input? Crossplatform would be nice too.

1 Answer 1

2

There's gamepad support in myro. I've dealt with the robotic functionality of the library, but not directly with the gamepad stuff. My encounters and the documentation indicate that myro is supported on windows, mac, and linux distributions.

Sign up to request clarification or add additional context in comments.

2 Comments

I voted up but myro uses pygame. I went to see the source just to find out how was myro managing joystick devices, and I found the source a call for pygame.event.pump(). I can't now downvote, but take into account that myro is using pygame.
One thing to mention, in the same source it's commented that no gamepad support for Mac at line 198 from the above link.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.