ducaale / nyan

A fork of Python Play - The easiest way to start coding games and graphics projects in Python
MIT License
17 stars 2 forks source link

Handle argumentless keyboard callbacks at the docorator level #11

Open ducaale opened 4 years ago

ducaale commented 4 years ago

Currently, we handle this in the task_runner class. Doing it the other way should be more efficent and more cleaner from architectural perspective.

match_arity?