Signed-off-by: ma-shaoyin <mashaoyin1@huawei.com>

Changes to be committed:
This commit is contained in:
ma-shaoyin
2022-07-07 16:25:13 +08:00
parent 2cdd5d4f67
commit 89ec76d815
3 changed files with 3 additions and 0 deletions
@@ -50,6 +50,7 @@ namespace MiscServices {
case SET_CALLING_WINDOW_ID: {
uint32_t windowId = data.ReadUint32();
SetCallingWindow(windowId);
break;
}
case ON_CURSOR_UPDATE: {
int32_t positionX = data.ReadInt32();
@@ -81,6 +81,7 @@ namespace MiscServices {
case MOVE_CURSOR: {
auto keyCode = data.ReadInt32();
MoveCursor(keyCode);
break;
}
case GET_ENTER_KEY_TYPE: {
reply.WriteInt32(GetEnterKeyType());
+1
View File
@@ -184,6 +184,7 @@ namespace MiscServices {
}
case MSG_HIDE_CURRENT_INPUT: {
OnHideKeyboardSelf(0);
break;
}
default: {
break;