lc-soft/LCUI

The issue has been closed
Add IME support for Linux #215
lc-soft posted onGitHub
Is your feature request related to a problem? Please describe.
#214
Describe the solution you'd like
Support linux input method: ibus, fcitx.
Describe alternatives you've considered
None.
Additional context
The source code of SDL is a good reference:
- https://github.com/SDL-mirror/SDL/blob/master/src/core/linux/SDL_ibus.c
- https://github.com/SDL-mirror/SDL/blob/master/src/core/linux/SDL_fcitx.c
- https://github.com/SDL-mirror/SDL/blob/master/src/core/linux/SDL_ime.c
About changing the position of the candidate box and the caret, you can refer to this PR:
https://github.com/lc-soft/LCUI/pull/175/files
Note: If you think you can do it, please request a bounty on issuehunt.io to tell everyone how much bounty you need. If you think this feature is necessary, you can also fund this issue on issuehunt.io.