multiple IME fixes

This commit is contained in:
vaxerski
2022-08-05 16:21:08 +02:00
parent cb5521ec6e
commit 9a8a6317ff
9 changed files with 138 additions and 8 deletions

View File

@@ -137,4 +137,5 @@ namespace Events {
// IME
LISTENER(newIME);
LISTENER(newTextInput);
LISTENER(newVirtualKeyboard);
};