Java com.badlogic.gdx.input GestureDetector fields, constructors, methods, implement or subclass

Example usage for Java com.badlogic.gdx.input GestureDetector fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.badlogic.gdx.input GestureDetector.

The text is from its open source code.

Subclass

com.badlogic.gdx.input.GestureDetector has subclasses.
Click this link to see all its subclasses.

Constructor

GestureDetector(GestureListener listener)
Creates a new GestureDetector with default values: halfTapSquareSize=20, tapCountInterval=0.4f, longPressDuration=1.1f, maxFlingDelay=0.15f.
GestureDetector(float halfTapSquareSize, float tapCountInterval, float longPressDuration, float maxFlingDelay, GestureListener listener)

Method