From 695031ac33acd398bd1492bcce813b8346574ae2 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 21 Oct 2021 14:12:26 +0800 Subject: ... --- demos/input_method/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'demos') 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); -- cgit v1.2.3