Package | Description |
---|---|
com.badlogic.gdx.graphics.g3d.utils | |
com.badlogic.gdx.input |
Modifier and Type | Class and Description |
---|---|
protected static class |
CameraInputController.CameraGestureListener |
Modifier and Type | Class and Description |
---|---|
static class |
GestureDetector.GestureAdapter
Derrive from this if you only want to implement a subset of
GestureDetector.GestureListener . |
Constructor and Description |
---|
GestureDetector(float halfTapRectangleWidth,
float halfTapRectangleHeight,
float tapCountInterval,
float longPressDuration,
float maxFlingDelay,
GestureDetector.GestureListener listener) |
GestureDetector(float halfTapSquareSize,
float tapCountInterval,
float longPressDuration,
float maxFlingDelay,
GestureDetector.GestureListener listener) |
GestureDetector(GestureDetector.GestureListener listener)
Creates a new GestureDetector with default values: halfTapSquareSize=20, tapCountInterval=0.4f, longPressDuration=1.1f,
maxFlingDelay=Integer.MAX_VALUE.
|