Searched refs:GestureAdapter (Results 1 – 3 of 3) sorted by relevance
20 import com.badlogic.gdx.input.GestureDetector.GestureAdapter;45 …ector(halfTapSquareSize, tapCountInterval, longPressDuration, maxFlingDelay, new GestureAdapter() { in ActorGestureListener()
77 protected static class CameraGestureListener extends GestureAdapter {
330 public static class GestureAdapter implements GestureListener { class in GestureDetector