Archimonde666 / Challenge-drone-EA

GNU General Public License v3.0
0 stars 1 forks source link

Asynchonous listeners for keybord/joystick events #14

Closed Archimonde666 closed 2 years ago

Archimonde666 commented 2 years ago

I looked around to refactor that and it appears that it would be quite difficult to do, since pygame apparently doesn't support immediate asynchonous wake up calls, but instead put every events in a "queue" which should require some works to adapt and i don't have the time for that atm