未验证 提交 aa6a5e64 编写于 作者: P PingPing2023 提交者: Gitee

update zh-cn/application-dev/reference/apis/js-apis-inputeventclient.md.

Signed-off-by: NPingPing2023 <pingping@huawei.com>
上级 c6a78eba
......@@ -32,7 +32,7 @@ injectEvent({KeyEvent: KeyEvent}): void
```js
try {
let backKeyDown = {
let backKeyDown: inputEventClient.KeyEvent = {
isPressed: true,
keyCode: 2,
keyDownDuration: 0,
......@@ -40,7 +40,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.
先完成此消息的编辑!
想要评论请 注册