提交 b1fc6e11 编写于 作者: P PingPing2023

fixed aa6a5e64 from https://gitee.com/pingping2023/docs/pulls/24094

update zh-cn/application-dev/reference/apis/js-apis-inputeventclient.md.
Signed-off-by: NPingPing2023 <pingping@huawei.com>
上级 b629f672
......@@ -35,7 +35,7 @@ injectEvent({KeyEvent: KeyEvent}): void
```js
try {
let backKeyDown = {
let backKeyDown: inputEventClient.KeyEvent = {
isPressed: true,
keyCode: 2,
keyDownDuration: 0,
......@@ -43,7 +43,7 @@ try {
}
inputEventClient.injectEvent({ KeyEvent: backKeyDown });
let backKeyUp = {
let backKeyUp: inputEventClient.KeyEvent = {
isPressed: false,
keyCode: 2,
keyDownDuration: 0,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册