varkor / pokengine

An online Pokémon battle system for the web
http://varkor.com/pokengine/battle/
MIT License
54 stars 11 forks source link

Use input handlers for Textbox rather than special cases #155

Open varkor opened 9 years ago

varkor commented 9 years ago

At the moment, Input has special cases for when keys are pressed that Textbox should handle. Now that there's a proper handler delegation system, Textbox should use that instead, to clean up the code and remove the coupling of the two systems.