You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the /pvp channel is connected to and where all the listeners are registered.
The listener callback methods themselves can be found in game.py
The keypress notification event is emitted from here and the associated function is defined here
My intuition is that the pygame event loop is blocking the events because the events before its initiation work just fine. I have tried everything in my power to get this to work but couldn't. I can't spend anymore time on this as it is going nowhere. If you can figure it out let me know!
The text was updated successfully, but these errors were encountered:
This is the
/pvp
channel is connected to and where all the listeners are registered.The listener callback methods themselves can be found in game.py
The keypress notification event is emitted from here and the associated function is defined here
My intuition is that the pygame event loop is blocking the events because the events before its initiation work just fine. I have tried everything in my power to get this to work but couldn't. I can't spend anymore time on this as it is going nowhere. If you can figure it out let me know!
The text was updated successfully, but these errors were encountered: