com.annahid.libs.artenus.input
InputListener
Interface for classes that response to input status changes.
public interface InputListener
Method Summary
| Modifier and Type | Method and Description |
|---|---|
public void | inputStatusChanged(GameInput input) Signals this InputListener that a change has occurred in the input status. |
Method Detail
| inputStatusChanged | ||
|---|---|---|
public void inputStatusChanged(
GameInput input
)Signals this InputListener that a change has occurred in the input status. This can
be a slight change in the direction of the knob or the pressing or releasing of some action
buttons.Parameters:
|