mirror of
https://github.com/openharmony/miscservices_inputmethod.git
synced 2026-07-18 17:24:37 -04:00
Signed-off-by: ma-shaoyin <mashaoyin1@huawei.com>
Changes to be committed:
This commit is contained in:
@@ -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());
|
||||
|
||||
@@ -184,6 +184,7 @@ namespace MiscServices {
|
||||
}
|
||||
case MSG_HIDE_CURRENT_INPUT: {
|
||||
OnHideKeyboardSelf(0);
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user