Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add joystick support #19

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

add joystick support #19

wants to merge 1 commit into from

Conversation

jacob-thompson
Copy link
Owner

fixes #17

@jacob-thompson
Copy link
Owner Author

jacob-thompson commented Jan 3, 2025

KeyError: 0

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/Users/jacob-thompson/.local/bin/pong", line 8, in <module>
    sys.exit(main())
             ~~~~^^
  File "/Users/jacob-thompson/.local/pipx/venvs/pong-arcade/lib/python3.13/site-packages/pong_arcade/main.py", line 18, in main
    for e in event.get():
             ~~~~~~~~~^^
SystemError: <built-in function get> returned a result with an exception set

seems to be a pygame or sdl issue

only seems to occur when communicating with controllers over bluetooth

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add controller support
1 participant