aboutsummaryrefslogtreecommitdiff
path: root/demos/input_method
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-10-21 20:17:33 +0800
committercrupest <crupest@outlook.com>2021-10-21 20:17:33 +0800
commit2d8237bf58ef0a9074d05aed2fe98d739f5e3bf0 (patch)
tree07611c2d1820a58dac7e0fbc9754b73b13f23325 /demos/input_method
parent411027e66401d363abb6217b59b2b695b856c917 (diff)
downloadcru-2d8237bf58ef0a9074d05aed2fe98d739f5e3bf0.tar.gz
cru-2d8237bf58ef0a9074d05aed2fe98d739f5e3bf0.tar.bz2
cru-2d8237bf58ef0a9074d05aed2fe98d739f5e3bf0.zip
...
Diffstat (limited to 'demos/input_method')
-rw-r--r--demos/input_method/main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/demos/input_method/main.cpp b/demos/input_method/main.cpp
index 4bb709d6..dc2e0858 100644
--- a/demos/input_method/main.cpp
+++ b/demos/input_method/main.cpp
@@ -21,8 +21,6 @@ int main() {
auto input_method_context = window->GetInputMethodContext();
- input_method_context->EnableIME();
-
auto brush = graphics_factory->CreateSolidColorBrush();
brush->SetColor(colors::black);