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
@@ -81,6 +81,7 @@ namespace MiscServices {
case MOVE_CURSOR: {
auto keyCode = data.ReadInt32();
MoveCursor(keyCode);
break;
}
case GET_ENTER_KEY_TYPE: {
reply.WriteInt32(GetEnterKeyType());