mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-20 05:20:14 -07:00
uncomment backspace trigger
This commit is contained in:
parent
dfe6272091
commit
004ee25e4f
2 changed files with 3 additions and 4 deletions
|
|
@ -281,7 +281,7 @@ public class MainActivity extends AppCompatActivity implements OnTouchListener,
|
|||
onClick(toggleControlButton);
|
||||
this.drawerLayout.closeDrawers();
|
||||
|
||||
// AndroidLWJGLKeycode.isBackspaceAfterChar = mVersionInfo.minimumLauncherVersion >= 18;
|
||||
AndroidLWJGLKeycode.isBackspaceAfterChar = mVersionInfo.minimumLauncherVersion >= 18;
|
||||
|
||||
placeMouseAt(CallbackBridge.windowWidth / 2, CallbackBridge.windowHeight / 2);
|
||||
new Thread(new Runnable(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue