| Package | Description |
|---|---|
| com.badlogic.gdx.graphics.g3d.utils | |
| com.badlogic.gdx.input | |
| com.badlogic.gdx.scenes.scene2d.utils |
| Class and Description |
|---|
GestureDetector
InputProcessor implementation that detects gestures (tap, long press, fling, pan, zoom, pinch) and hands them to a
GestureDetector.GestureListener. |
| GestureDetector.GestureAdapter
Derrive from this if you only want to implement a subset of
GestureDetector.GestureListener. |
| GestureDetector.GestureListener
Register an instance of this class with a
GestureDetector to receive gestures such as taps, long presses, flings,
panning or pinch zooming. |
| Class and Description |
|---|
| GestureDetector.GestureListener
Register an instance of this class with a
GestureDetector to receive gestures such as taps, long presses, flings,
panning or pinch zooming. |
| RemoteInput.RemoteInputListener |
| Class and Description |
|---|
GestureDetector
InputProcessor implementation that detects gestures (tap, long press, fling, pan, zoom, pinch) and hands them to a
GestureDetector.GestureListener. |