InputHandler: keyboard improvements ()

This commit is contained in:
Emux 2021-04-13 12:36:54 +03:00 committed by GitHub
parent 8889235690
commit 354bc16ead
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;