Package arc.input
package arc.input
-
ClassDescription
InputProcessor
implementation that detects gestures (tap, long press, fling, pan, zoom, pinch) and hands them to aGestureDetector.GestureListener
.Register an instance of this class with aGestureDetector
to receive gestures such as taps, long presses, flings, panning or pinch zooming.Queues events that are later passed to the wrappedInputProcessor
.AnInputProcessor
that delegates to an ordered list of other InputProcessors.An InputProcessor is used to receive input events from the keyboard and the touch screen (mouse on the desktop).Enum for storing input codes of mouse, keyboard and controllers.