-
-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Disable IME when not needed #2589
Conversation
Thank you. I am tempted to keep a single function call and add a flag/bool to it. I'll use your PR as a template when looking into it. |
0c1e5bd
to
bb6a60b
Compare
8b83e0a
to
d735066
Compare
Hello @actboy168, The commits are Thank you for your patience! |
FYI this change is causing an issue for many users, see #5535 for investigation. |
Pushed fix 133bbaf |
While we are working on a fix I have disabled this. I also realize this feature may not be desirable for everyone as-is. We are overriding a setting applying to the HWND based on dear imgui state. I think once we fix the crash this should be reworked possibly as a tri-state stuff:
I am afraid this may be difficult to implement. |
Now even if the focus is not on the input control, the IME will be activated, like this: