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
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.
The text was updated successfully, but these errors were encountered:
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).
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.
The text was updated successfully, but these errors were encountered: