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 Constructor Description GestureHandlerImpl(org.oscim.map.Map map)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanlongPress(float x, float y)booleantap(float x, float y, int count, int button)
-
-
-
Method Detail
-
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
-
-