From 88b0afa319161df03c208b4c752671808b27d8fe Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz Date: Thu, 19 Dec 2019 12:25:32 +0000 Subject: [PATCH] input_method: Add on_screen_input_provided hint --- src/imservice.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/imservice.rs b/src/imservice.rs index 575cfcee..af8845ba 100644 --- a/src/imservice.rs +++ b/src/imservice.rs @@ -223,6 +223,7 @@ bitflags!{ const SENSITIVE_DATA = 0x80; const LATIN = 0x100; const MULTILINE = 0x200; + const ON_SCREEN_INPUT_PROVIDED = 0x400; } }