Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Yes, it is possible for Pygame to exclusively detect the joystick. This can be done by setting the pygame.joystick.init() function to only detect the joystick device, and using pygame.event.get() to only handle events related to the joystick. Additionally, you can set the pygame.display.set_caption() function to display a message indicating that only the joystick is being detected.