Open tabris17 opened 7 months ago
At first, IME candidate list cannot be displayed by default. I fixed this issue by modifying the source code of sdl2.
https://github.com/haxenme/toolkit-sdl/blob/fa51fcb56b152ba6419b6decfef5dad48b075ac2/src/video/windows/SDL_windowskeyboard.c#L373 change videodata->ime_uiless = UILess_SetupSinks(videodata); to videodata->ime_uiless = SDL_FALSE; and rebuild nme.ndll
https://github.com/haxenme/toolkit-sdl/blob/fa51fcb56b152ba6419b6decfef5dad48b075ac2/src/video/windows/SDL_windowskeyboard.c#L373
change
videodata->ime_uiless = UILess_SetupSinks(videodata);
to
videodata->ime_uiless = SDL_FALSE;
and rebuild nme.ndll
The next isssues are:
(Hope I have described the issue clearly)
At first, IME candidate list cannot be displayed by default. I fixed this issue by modifying the source code of sdl2.
The next isssues are:
(Hope I have described the issue clearly)