Bug #1885 ยป 0068-sdl3-Enable-text-input.patch
| client/gui-sdl3/graphics.c | ||
|---|---|---|
|
return FALSE;
|
||
|
}
|
||
|
if (!SDL_StartTextInput(main_data.screen)) {
|
||
|
log_fatal(_("Failed to start text input: %s"), SDL_GetError());
|
||
|
return FALSE;
|
||
|
}
|
||
|
return TRUE;
|
||
|
}
|
||