[custom controls: special buttons] fix it

This commit is contained in:
khanhduytran0 2020-11-28 05:44:33 +07:00
parent 6fc9420c20
commit c1358f5f1d
3 changed files with 7 additions and 5 deletions

View file

@ -197,12 +197,11 @@ public class BaseMainActivity extends LoggableActivity {
// toggleGui(null);
this.drawerLayout.closeDrawers();
/*
mKeyHandlerView = findViewById(R.id.main_key_handler);
mKeyHandlerView.setSingleLine(false);
mKeyHandlerView.clearFocus();
mKeyHandlerView.setVisibility(View.GONE);
*/
AndroidLWJGLKeycode.isBackspaceAfterChar = true; // mVersionInfo.minimumLauncherVersion >= 18;
placeMouseAt(CallbackBridge.windowWidth / 2, CallbackBridge.windowHeight / 2);