!161 inputmethod告警清零

Merge pull request !161 from mashaoyin/master
This commit is contained in:
openharmony_ci
2022-07-07 13:16:04 +00:00
committed by Gitee
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;