Package group24.escaperoom.control
Interface InputOverride
public interface InputOverride
-
Method Summary
Modifier and TypeMethodDescriptionInputs that this override cares aboutbooleanhandleInput(Input input, ControlsManager.InputType type) Attempt to handle the given input.
-
Method Details
-
handleInput
Attempt to handle the given input.- Returns:
- whether or not the input should be consumed
-
getOverriddenInputs
Inputs that this override cares about
-