Final fix for Bluetooth keyboards

This commit is contained in:
artdeell 2020-12-31 18:51:56 +03:00
parent a17ba2170f
commit 83251c7bbe
3 changed files with 14 additions and 19 deletions

View file

@ -37,19 +37,6 @@ public class MinecraftGLView extends TextureView
return new BaseInputConnection(this,false);
}
}
@Override
public boolean onKeyUp(int keyCode, KeyEvent event) {
AndroidLWJGLKeycode.execKey(event,keyCode,false);
return true;
}
@Override
public boolean onKeyDown(int keyCode, KeyEvent event) {
AndroidLWJGLKeycode.execKey(event,keyCode,true);
return true;
}
@Override
public boolean onCheckIsTextEditor() {
return false;