keyboard control setup ui

This commit is contained in:
minjaesong
2021-09-19 23:17:32 +09:00
parent 10bee994a7
commit 277362f959
10 changed files with 85 additions and 19 deletions

View File

@@ -944,11 +944,6 @@ public class App implements ApplicationListener {
operationSystem = "SOLARIS";
defaultDir = System.getProperty("user.home") + "/.Terrarum";
}
/*else if (System.getProperty("java.runtime.name").toUpperCase().contains("ANDROID")) {
operationSystem = "ANDROID";
defaultDir = System.getProperty("user.home") + "/.Terrarum";
environment = RunningEnvironment.MOBILE;
}*/
else {
operationSystem = "UNKNOWN";
defaultDir = System.getProperty("user.home") + "/.Terrarum";