Search found 2 matches

by Alligrater
Wed Aug 19, 2020 5:18 am
Forum: Support and Development
Topic: How to connect with input method to obtain Chinese input
Replies: 3
Views: 6696

Re: How to connect with input method to obtain Chinese input

没办法直接获取,但是2018年的时候某位仁兄找到了解决方案,通过重编译SDL2可以让输入法备选框显示出来
具体办法是先下载SDL的开发包,然后找到SDL_windowskeyboard.c
修改IME_Init()函数里的videodata->ime_uilesss = UILess_SetupSinks(videodata);
把这段代码注释掉,然后手动编译一份DLL

最后把love目录下的dll替换成编译好的文件。这里我已经准备了一份,可以给11.3用。
如果需要编译其他版本的,可能需要先找到能够适配当时的love的sdl才能重新编译?这一块需要证实。
by Alligrater
Wed Aug 19, 2020 4:17 am
Forum: Libraries and Tools
Topic: Chinese IME candidate list display
Replies: 2
Views: 9144

Re: Chinese IME candidate list display

nice
请问可否提供一下解决方案?我想拿到11.3试试看,但是11.3和11.1的DLL不是同一个版本,并不能通用