-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
IME support on macOS #1
Comments
FYI I have made the following commit in the DOSBox-X repo which appears to allow IME to work on SDL2-based macOS builds: joncampbell123/dosbox-x@425bf58 There are differences between SDL1 and SDL2 libraries regarding IME support, but I hope it helps demonstrate how it may work on a modified SDL1 library including SDL-IM-Plus. |
I only have a very old Mac mini and I am not familiar with macOS programming so it would be difficult to respond. |
I am aware that this repo is for SDL1, but I linked to a commit that allows IME to work in macOS with SDL2 in order to show how such support may be possibly done even for SDL1 (say porting some code or so). I have recently bought a macBook M2 laptop (with latest macOS version) which soon becomes my main computer (due to its faster speed), and SDL1 library works fine with it too, although unfortunately no IME support yet of course (unlike modified SDL2). I am not that familiar with the interfaces as used by SDL-IM-plus so it is not so easy for me to implement them properly. |
@Wengier I managed to cope with macOS. |
The IME support on Windows and Linux platforms is apparently very useful. Many thanks for your work. I wonder if it is possible to add macOS support as well? macOS has built-in input sources similar to the Windows platform, so macOS users can set them up pretty easily when compared with the Linux platform.
The text was updated successfully, but these errors were encountered: