Python Forum

Full Version: Pygame with joystick
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello.
I am new to python and could use some help. I am currently trying to program a simple pong game using pygame and thus far I have used pygame.KEYUP and pygame.KEYDOWN to control the game. I just got a joystick that connects to the raspberry pi with GPIO pins and I am not sure how to program the game to use the joystick instead of the keyup and keydown controls. Any help would be greatly appreciated.
I would suggest looking into this