InputHandler: keyboard improvements (#827)

This commit is contained in:
Emux
2021-04-13 12:36:54 +03:00
committed by GitHub
parent 8889235690
commit 354bc16ead

View File

@@ -114,6 +114,7 @@ public class InputHandler implements InputProcessor {
mMap.updateMap(true);
break;
case Input.Keys.PLUS:
case Input.Keys.EQUALS:
mMap.animator().animateZoom(500, 2, 0, 0);
mMap.updateMap(true);
break;