Using Apache Codec 1.14

This commit is contained in:
khanhduytran0
2020-03-30 09:28:36 +07:00
parent 7e98ecfd41
commit 90ead1cef7
342 changed files with 37 additions and 1774 deletions

View File

@@ -131,7 +131,7 @@ public class AndroidLWJGLKeycode {
}
}
if (isBackspaceAfterChar) {
if (isBackspaceAfterChar && !AndroidDisplay.grab && i != KeyEvent.KEYCODE_DEL) {
mainActivity.sendKeyPress(Keyboard.KEY_BACK, isDown);
}
}