handleInput abstract method

ResponseInput handleInput(
  1. InputEvent event
)

Processes an incoming InputEvent and returns a ResponseInput describing the result of handling it.

Implementation

ResponseInput handleInput(InputEvent event);