mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-20 13:30:15 -07:00
[custom controls: special buttons] fix it
This commit is contained in:
parent
6fc9420c20
commit
c1358f5f1d
3 changed files with 7 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue