This commit is contained in:
Anuken
2021-08-19 17:50:31 -04:00
parent e23054d606
commit 4b14008080

View File

@@ -301,6 +301,8 @@ public class SettingsMenuDialog extends Dialog{
control.setInput(new DesktopInput()); control.setInput(new DesktopInput());
input.setUseKeyboard(true); input.setUseKeyboard(true);
} }
}else{
Core.settings.put("keyboard", false);
} }
} }
//the issue with touchscreen support on desktop is that: //the issue with touchscreen support on desktop is that: