We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: