Maybe fix IME support

This commit is contained in:
ErodeesFleurs 2024-03-27 11:22:09 +08:00
parent 2a116c945e
commit 646c444a41

View File

@ -235,6 +235,8 @@ public:
SDL_free(basePath);
}
SDL_SetHint(SDL_HINT_IME_SHOW_UI, "1");
m_signalHandler.setHandleInterrupt(true);
m_signalHandler.setHandleFatal(true);