|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GestureDetector.GestureListener | |
---|---|
com.badlogic.gdx.input |
Uses of GestureDetector.GestureListener in com.badlogic.gdx.input |
---|
Classes in com.badlogic.gdx.input that implement GestureDetector.GestureListener | |
---|---|
static class |
GestureDetector.GestureAdapter
Derrive from this if you only want to implement a subset of GestureDetector.GestureListener . |
Constructors in com.badlogic.gdx.input with parameters of type GestureDetector.GestureListener | |
---|---|
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=0.15f. |
|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |