Hello, I can't seem to figure out why it is that, whenever I use pygame.JOYAXISMOTION and pygame.JOYBUTTONDOWN at the same time in a script, axismotion just stops working... I tried using elif instead of if, but with the same result It is as following in the script: if event.type == pygame.JOYAXISMO...