re-enable GdxMap.keyDown() handler

This commit is contained in:
Hannes Janetzek
2014-03-29 18:56:34 +01:00
parent 6f7ce36ec4
commit aac57ee0d5
2 changed files with 8 additions and 6 deletions

View File

@@ -82,7 +82,7 @@ public abstract class GdxMap implements ApplicationListener {
mMapRenderer.onSurfaceChanged(w, h);
InputMultiplexer mux = new InputMultiplexer();
mux.addProcessor(new InputHandler(mMap));
mux.addProcessor(new InputHandler(this));
//mux.addProcessor(new GestureDetector(20, 0.5f, 2, 0.05f,
// new MapController(mMap)));
mux.addProcessor(new MotionHandler(mMap));