handleInput abstract method
Processes an incoming InputEvent and returns a ResponseInput describing the result of handling it.
Implementation
ResponseInput handleInput(InputEvent event);
Processes an incoming InputEvent and returns a ResponseInput describing the result of handling it.
ResponseInput handleInput(InputEvent event);