Package org.oscim.gdx
Class GestureHandlerImpl
java.lang.Object
com.badlogic.gdx.input.GestureDetector.GestureAdapter
org.oscim.gdx.GestureHandlerImpl
- All Implemented Interfaces:
com.badlogic.gdx.input.GestureDetector.GestureListener
public class GestureHandlerImpl
extends com.badlogic.gdx.input.GestureDetector.GestureAdapter
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.badlogic.gdx.input.GestureDetector.GestureAdapter
fling, pan, panStop, pinch, pinchStop, touchDown, zoom
-
Constructor Details
-
GestureHandlerImpl
public GestureHandlerImpl(org.oscim.map.Map map)
-
-
Method Details
-
longPress
public boolean longPress(float x, float y) - Specified by:
longPressin interfacecom.badlogic.gdx.input.GestureDetector.GestureListener- Overrides:
longPressin classcom.badlogic.gdx.input.GestureDetector.GestureAdapter
-
tap
public boolean tap(float x, float y, int count, int button) - Specified by:
tapin interfacecom.badlogic.gdx.input.GestureDetector.GestureListener- Overrides:
tapin classcom.badlogic.gdx.input.GestureDetector.GestureAdapter
-