Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakahiro Shizuki <sntulix>2021-08-01 21:52:22 +0300
committerHarley Acheson <harley.acheson@gmail.com>2021-08-01 21:52:22 +0300
commit836aeebf70776791866c8cc82a0ca2ad7ffb8e4d (patch)
treed2d976c1d4b6b8951f514c2fbc08d7acd6b045b3 /source/blender/simulation
parent79277986c299eaa3df9364e6d9f2b88d2b4f2dea (diff)
IME Win32: Fix Duplicated Initial Character
When entering characters using IME on Windows, Japanese and Chinese will both usually result in the first keystroke being duplicated. The problem is that we are informed too late, after the first key is pressed, that we are IME composing. This patch ensures we are entering non-English characters using ImmGetConversionStatus() and then deals with editing keys (like arrows and backspace) on a per-language basis. see D11929 for more details. Differential Revision: https://developer.blender.org/D11929 Reviewed by Brecht Van Lommel
Diffstat (limited to 'source/blender/simulation')
0 files changed, 0 insertions, 0 deletions