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

Use input handlers for Textbox rather than special cases #155

Open
varkor opened this issue Mar 17, 2015 · 0 comments
Open

Use input handlers for Textbox rather than special cases #155

varkor opened this issue Mar 17, 2015 · 0 comments

Comments

@varkor
Copy link
Owner

varkor commented Mar 17, 2015

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.

varkor added a commit that referenced this issue Mar 17, 2015
Now, when you hold shift while hovering over a move (either with the
mouse or on a selected move using the keyboard), you’ll see a number of
details regarding that move (including, perhaps most usefully, the PP).
This goes some way to adding #126, although for now makes use of an
even-more-coupled Input and Textbox (which will eventually be
addressed—see #155).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant