Class InputDecorator

java.lang.Object
All Implemented Interfaces:
GestureDetector.GestureListener, InputProcessor

public class InputDecorator
extends InputComponent
Generic class to wrap an InputProcessor so that it acts like an InputComponent. This was initially created to wrap the stage in, but can be used for any class that implements InputProcessor.