mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-17 12:00:10 -07:00
Fix double letters on MC 1.9 and above
This commit is contained in:
parent
5932f03a03
commit
7e98ecfd41
3 changed files with 8 additions and 11 deletions
|
|
@ -258,7 +258,7 @@ public class MainActivity extends Activity implements OnTouchListener
|
|||
|
||||
this.drawerLayout.closeDrawers();
|
||||
|
||||
// AndroidLWJGLKeycode.isSendChar = mVersionInfo.minimumLauncherVersion < 18;
|
||||
AndroidLWJGLKeycode.isBackspaceAfterChar = mVersionInfo.minimumLauncherVersion >= 18;
|
||||
|
||||
placeMouseAt(AndroidDisplay.windowWidth / 2, AndroidDisplay.windowHeight / 2);
|
||||
new Thread(new Runnable(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue