aboutsummaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
Diffstat (limited to 'demos')
-rw-r--r--demos/input_method/main.cpp2
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);