libgdx API

Uses of Interface
com.badlogic.gdx.input.GestureDetector.GestureListener

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
           
 

Constructors in com.badlogic.gdx.input with parameters of type GestureDetector.GestureListener
GestureDetector(GestureDetector.GestureListener listener)
           
GestureDetector(int halfTapSquareSize, float tapCountInterval, float longPressDuration, float maxFlingDelay, GestureDetector.GestureListener listener)
           
 


libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)