public class GestureHandlerImpl
extends com.badlogic.gdx.input.GestureDetector.GestureAdapter
| Constructor and Description |
|---|
GestureHandlerImpl(org.oscim.map.Map map) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
longPress(float x,
float y) |
boolean |
tap(float x,
float y,
int count,
int button) |
public boolean longPress(float x,
float y)
longPress in interface com.badlogic.gdx.input.GestureDetector.GestureListenerlongPress in class com.badlogic.gdx.input.GestureDetector.GestureAdapterpublic boolean tap(float x,
float y,
int count,
int button)
tap in interface com.badlogic.gdx.input.GestureDetector.GestureListenertap in class com.badlogic.gdx.input.GestureDetector.GestureAdapter