input_method: Add on_screen_input_provided hint

This commit is contained in:
Dorota Czaplejewicz
2019-12-19 12:25:32 +00:00
parent 4d487ed872
commit 88b0afa319

View File

@ -223,6 +223,7 @@ bitflags!{
const SENSITIVE_DATA = 0x80;
const LATIN = 0x100;
const MULTILINE = 0x200;
const ON_SCREEN_INPUT_PROVIDED = 0x400;
}
}