From 24ac64b8b8a0ca6145aac94702b3fbb0377d3e03 Mon Sep 17 00:00:00 2001 From: xLuigiGamerx <88401287+xLuigiGamerx@users.noreply.github.com> Date: Sun, 23 Nov 2025 01:35:41 +0300 Subject: [PATCH] Started text input on init --- src/pc/gfx/gfx_pc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pc/gfx/gfx_pc.c b/src/pc/gfx/gfx_pc.c index 18ef2966a..411531805 100644 --- a/src/pc/gfx/gfx_pc.c +++ b/src/pc/gfx/gfx_pc.c @@ -1983,6 +1983,8 @@ void gfx_init(struct GfxWindowManagerAPI *wapi, struct GfxRenderingAPI *rapi, co gfx_wapi->init(window_title); gfx_rapi->init(); + gfx_wapi->start_text_input(); + gfx_cc_precomp(); gGfxInited = true;