Pygame + Joystick

I got my joystick to work using pygame. First I tried following the joystick part of the Panda3D manual on this site. However, that did not work. Like you, I did not receive the events when you press a button.

Next I tried this code snippet on the forum:
discourse.panda3d.org/viewtopic.php?t=1288
Works for me :slight_smile: .