handleInput method

bool handleInput(
  1. T input
)

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;