mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-04 19:36:43 +03:00
Fix Text Auto-Complete On Android
This commit is contained in:
committed by
iProgramInCpp
parent
d4a100825b
commit
20790755d1
@@ -144,11 +144,6 @@ void TextInputBox::keyPressed(Minecraft* minecraft, int key)
|
||||
case AKEYCODE_ARROW_RIGHT:
|
||||
chr = '\003';
|
||||
break;
|
||||
#ifdef USE_SDL
|
||||
case AKEYCODE_DEL:
|
||||
chr = '\b';
|
||||
break;
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user