mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-18 04:20:11 -07:00
Final fix for Bluetooth keyboards
This commit is contained in:
parent
a17ba2170f
commit
83251c7bbe
3 changed files with 14 additions and 19 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue