Interface InputOverride


public interface InputOverride
  • Method Details

    • handleInput

      boolean handleInput(Input input, ControlsManager.InputType type)
      Attempt to handle the given input.
      Returns:
      whether or not the input should be consumed
    • getOverriddenInputs

      Set<Input> getOverriddenInputs()
      Inputs that this override cares about