MapEditor tweaks, fixed file browser on Android w/ permissions

This commit is contained in:
Anuken
2018-05-31 20:27:13 -04:00
parent 92acf009b0
commit e60b3880ce
8 changed files with 140 additions and 100 deletions

View File

@@ -518,6 +518,8 @@ public class AndroidInput extends InputHandler implements GestureListener{
@Override
public boolean pan(float x, float y, float deltaX, float deltaY){
if(ui.hasMouse()) return false;
//can't pan in line mode with one finger!
if(lineMode && !Gdx.input.isTouched(1)){
return false;