added IME protocol support

This commit is contained in:
vaxerski
2022-08-05 13:03:37 +02:00
parent 3947fe9e9f
commit 1c4d0e8c18
9 changed files with 302 additions and 0 deletions

View File

@@ -133,4 +133,8 @@ namespace Events {
// Power
LISTENER(powerMgrSetMode);
// IME
LISTENER(newIME);
LISTENER(newTextInput);
};