Uses of Interface
com.badlogic.gdx.input.GestureDetector.GestureListener
-
Packages that use GestureDetector.GestureListener Package Description com.badlogic.gdx.graphics.g3d.utils com.badlogic.gdx.input -
-
Uses of GestureDetector.GestureListener in com.badlogic.gdx.graphics.g3d.utils
Classes in com.badlogic.gdx.graphics.g3d.utils that implement GestureDetector.GestureListener Modifier and Type Class Description protected static classCameraInputController.CameraGestureListener -
Uses of GestureDetector.GestureListener in com.badlogic.gdx.input
Classes in com.badlogic.gdx.input that implement GestureDetector.GestureListener Modifier and Type Class Description static classGestureDetector.GestureAdapterDerrive from this if you only want to implement a subset ofGestureDetector.GestureListener.Constructors in com.badlogic.gdx.input with parameters of type GestureDetector.GestureListener Constructor 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.
-