Artenus 2D Framework
Artenus Reference
Interface for classes that response to input status changes.
public interface InputListener

Method Summary

Modifier and TypeMethod and Description
public voidinputStatusChanged(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:
inputThe calling input manager. Use this to retrieve information about the event