GDX double tap zoom, closes #263

This commit is contained in:
Emux
2016-12-02 10:48:55 +02:00
parent c21d7b4390
commit 0a92c84668
3 changed files with 18 additions and 3 deletions

View File

@@ -86,7 +86,7 @@ public abstract class GdxMap implements ApplicationListener {
InputMultiplexer mux = new InputMultiplexer();
if (!Map.NEW_GESTURES) {
mGestureDetector = new GestureDetector(new LayerHandler(mMap));
mGestureDetector = new GestureDetector(new GestureHandlerImpl(mMap));
mux.addProcessor(mGestureDetector);
}
mux.addProcessor(new InputHandler(this));