diff options
author | crupest <crupest@outlook.com> | 2021-10-21 14:12:26 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-10-21 14:12:26 +0800 |
commit | 695031ac33acd398bd1492bcce813b8346574ae2 (patch) | |
tree | c2ad61bd3db4aa8f07ee0929c26ba70a42275d64 /demos | |
parent | e0e786729df8114555fa3af9fffe256b067ea823 (diff) | |
download | cru-695031ac33acd398bd1492bcce813b8346574ae2.tar.gz cru-695031ac33acd398bd1492bcce813b8346574ae2.tar.bz2 cru-695031ac33acd398bd1492bcce813b8346574ae2.zip |
...
Diffstat (limited to 'demos')
-rw-r--r-- | demos/input_method/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/input_method/main.cpp b/demos/input_method/main.cpp index dc2e0858..4bb709d6 100644 --- a/demos/input_method/main.cpp +++ b/demos/input_method/main.cpp @@ -21,6 +21,8 @@ int main() { auto input_method_context = window->GetInputMethodContext(); + input_method_context->EnableIME(); + auto brush = graphics_factory->CreateSolidColorBrush(); brush->SetColor(colors::black); |