ppizarror / pygame-menu

A menu for pygame. Simple, and easy to use
https://pygame-menu.readthedocs.io/
Other
544 stars 141 forks source link

Joystick support not working. #414

Closed ffiarpg closed 1 year ago

ffiarpg commented 2 years ago

Has joystick support been tested recently? I've tried for a few hours to get it working or troubleshoot the issue without much luck. I tried the examples simple.py, multi_input.py, and game_selector.py

This script shows all inputs as working. I've tried two different controllers. https://github.com/denilsonsa/pygame-joystick-test/blob/master/pygame-joystick-test.py

Would appreciate any help or suggestions.

ppizarror commented 2 years ago

I'll check your code with this menu. Controller support should be working, at least this is the first issue since 2020 regarding joystick. Also our test pass, but who can't deny bugs ..

Thanks

gustavklopp commented 2 years ago

Are we supposed to be able to move up and down with the joystick pads (like using the arrow keys) right out of the box? If that's so, I can confirm it's not working.

ppizarror commented 1 year ago

Hi, maybe this is related to #422, check out the new controller object in v4.3.0. I'll close this issue by now as I can't reproduce this bug, and our tests work.

Feel free to create any issue or PR. Greetings!