handleInput method
If a keypress has a binding defined for it and is pressed, this will be called with the bound input when this screen is active.
If this returns false
(the default), then the lower-level keyDown
method will be called.
Implementation
bool handleInput(T input) => false;