community icon indicating copy to clipboard operation
community copied to clipboard

The solution of not displaying candidate words in Chinese input method.

Open as564335sa opened this issue 2 years ago • 0 comments

Kivy doesn't seem to be able to display input method candidates,Now there are APIs in sdl2 that can open this function,is SDL_SetHint(SDL_HINT_IME_SHOW_UI, "1") I tested that add this code to _window_sdl2.pyx,setup_window(...) and it worked. Can you add this code to the master version?

as564335sa avatar Jul 02 '22 14:07 as564335sa