Fix Text Auto-Complete On Android

This commit is contained in:
TheBrokenRail
2023-11-05 15:23:40 -05:00
committed by iProgramInCpp
parent d4a100825b
commit 20790755d1
2 changed files with 13 additions and 8 deletions

View File

@@ -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