Fix double letters on MC 1.9 and above

This commit is contained in:
khanhduytran0 2020-03-30 06:24:38 +07:00
parent 5932f03a03
commit 7e98ecfd41
3 changed files with 8 additions and 11 deletions

View file

@ -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(){