Fixed another bug in text input (thanks Kurosu)
This commit is contained in:
@@ -679,6 +679,7 @@ void SDL_ANDROID_TextInputInit(char * buffer, int len)
|
||||
{
|
||||
textInputBuffer = buffer;
|
||||
textInputBufferLen = len;
|
||||
textInputBufferPos = 0;
|
||||
}
|
||||
|
||||
JNIEXPORT void JNICALL
|
||||
|
||||
Reference in New Issue
Block a user