Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
dc8989f4
D
Docs
项目概览
OpenHarmony
/
Docs
大约 1 年 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
dc8989f4
编写于
5月 30, 2022
作者:
S
shaoziyun
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
格式修改
Signed-off-by:
N
shaoziyun
<
shaoziyun@huawei.com
>
上级
28e3d4ed
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
14 addition
and
13 deletion
+14
-13
zh-cn/application-dev/reference/apis/js-apis-inputkeyevent.md
...n/application-dev/reference/apis/js-apis-inputkeyevent.md
+3
-3
zh-cn/application-dev/reference/apis/js-apis-inputmouseevent.md
...application-dev/reference/apis/js-apis-inputmouseevent.md
+6
-5
zh-cn/application-dev/reference/apis/js-apis-inputtouchevent.md
...application-dev/reference/apis/js-apis-inputtouchevent.md
+5
-5
未找到文件。
zh-cn/application-dev/reference/apis/js-apis-inputkeyevent.md
浏览文件 @
dc8989f4
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
import
{
Action
,
Key
,
KeyEvent
}
from
'
@ohos.multimodalInput.keyEvent
'
;
import
{
Action
,
Key
,
KeyEvent
}
from
'
@ohos.multimodalInput.keyEvent
'
;
```
```
# Action
#
#
Action
**系统能力**
:以下各项对应的系统能力均为SystemCapability.MultimodalInput.Input.Core
**系统能力**
:以下各项对应的系统能力均为SystemCapability.MultimodalInput.Input.Core
...
@@ -21,7 +21,7 @@ import {Action,Key,KeyEvent} from '@ohos.multimodalInput.keyEvent';
...
@@ -21,7 +21,7 @@ import {Action,Key,KeyEvent} from '@ohos.multimodalInput.keyEvent';
| DOWN | number | 是 | 否 | 按下按钮 |
| DOWN | number | 是 | 否 | 按下按钮 |
| UP | number | 是 | 否 | 抬起按钮 |
| UP | number | 是 | 否 | 抬起按钮 |
# Key
#
#
Key
**系统能力**
:以下各项对应的系统能力均为SystemCapability.MultimodalInput.Input.Core
**系统能力**
:以下各项对应的系统能力均为SystemCapability.MultimodalInput.Input.Core
...
@@ -31,7 +31,7 @@ import {Action,Key,KeyEvent} from '@ohos.multimodalInput.keyEvent';
...
@@ -31,7 +31,7 @@ import {Action,Key,KeyEvent} from '@ohos.multimodalInput.keyEvent';
| pressedTime | number | 是 | 否 | 按下时间 |
| pressedTime | number | 是 | 否 | 按下时间 |
| deviceId | number | 是 | 否 | 按键所属设备 |
| deviceId | number | 是 | 否 | 按键所属设备 |
# KeyEvent
#
#
KeyEvent
**系统能力**
:以下各项对应的系统能力均为SystemCapability.MultimodalInput.Input.Core
**系统能力**
:以下各项对应的系统能力均为SystemCapability.MultimodalInput.Input.Core
...
...
zh-cn/application-dev/reference/apis/js-apis-inputmouseevent.md
浏览文件 @
dc8989f4
# 鼠标输入事件
# 鼠标输入事件
> ![icon-note.gif](public_sys-resources/icon-note.gif) **说明:**
> ![icon-note.gif](public_sys-resources/icon-note.gif) **说明:**
> 本模块首批接口从API version 9开始支持。后续版本的新增接口,采用上角标单独标记接口的起始版本。
> 本模块首批接口从API version 9开始支持。后续版本的新增接口,采用上角标单独标记接口的起始版本。
...
@@ -10,7 +11,7 @@
...
@@ -10,7 +11,7 @@
import
{
Action
,
Button
,
Axis
,
AxisValue
,
MouseEvent
}
from
'
@ohos.multimodalInput.mouseEvent
'
;
import
{
Action
,
Button
,
Axis
,
AxisValue
,
MouseEvent
}
from
'
@ohos.multimodalInput.mouseEvent
'
;
```
```
# Action
#
#
Action
**系统能力**
:以下各项对应的系统能力均为SystemCapability.MultimodalInput.Input.Core
**系统能力**
:以下各项对应的系统能力均为SystemCapability.MultimodalInput.Input.Core
...
@@ -25,7 +26,7 @@ import {Action,Button,Axis,AxisValue,MouseEvent} from '@ohos.multimodalInput.mou
...
@@ -25,7 +26,7 @@ import {Action,Button,Axis,AxisValue,MouseEvent} from '@ohos.multimodalInput.mou
| AXIS_END | number | 是 | 否 | 鼠标关联的轴事件结束 |
| AXIS_END | number | 是 | 否 | 鼠标关联的轴事件结束 |
# Button
#
#
Button
**系统能力**
:以下各项对应的系统能力均为SystemCapability.MultimodalInput.Input.Core
**系统能力**
:以下各项对应的系统能力均为SystemCapability.MultimodalInput.Input.Core
...
@@ -40,7 +41,7 @@ import {Action,Button,Axis,AxisValue,MouseEvent} from '@ohos.multimodalInput.mou
...
@@ -40,7 +41,7 @@ import {Action,Button,Axis,AxisValue,MouseEvent} from '@ohos.multimodalInput.mou
| BACK | number | 是 | 否 | 鼠标后退键 |
| BACK | number | 是 | 否 | 鼠标后退键 |
| TASK | number | 是 | 否 | 鼠标任务键 |
| TASK | number | 是 | 否 | 鼠标任务键 |
# Axis
#
#
Axis
**系统能力**
:以下各项对应的系统能力均为SystemCapability.MultimodalInput.Input.Core
**系统能力**
:以下各项对应的系统能力均为SystemCapability.MultimodalInput.Input.Core
...
@@ -51,7 +52,7 @@ import {Action,Button,Axis,AxisValue,MouseEvent} from '@ohos.multimodalInput.mou
...
@@ -51,7 +52,7 @@ import {Action,Button,Axis,AxisValue,MouseEvent} from '@ohos.multimodalInput.mou
| PINCH | number | 是 | 否 | 捏合轴 |
| PINCH | number | 是 | 否 | 捏合轴 |
# AxisValue
#
#
AxisValue
**系统能力**
:以下各项对应的系统能力均为SystemCapability.MultimodalInput.Input.Core
**系统能力**
:以下各项对应的系统能力均为SystemCapability.MultimodalInput.Input.Core
...
@@ -61,7 +62,7 @@ import {Action,Button,Axis,AxisValue,MouseEvent} from '@ohos.multimodalInput.mou
...
@@ -61,7 +62,7 @@ import {Action,Button,Axis,AxisValue,MouseEvent} from '@ohos.multimodalInput.mou
| value | number | 是 | 否 | 轴的值 |
| value | number | 是 | 否 | 轴的值 |
# MouseEvent
#
#
MouseEvent
**系统能力**
:以下各项对应的系统能力均为SystemCapability.MultimodalInput.Input.Core
**系统能力**
:以下各项对应的系统能力均为SystemCapability.MultimodalInput.Input.Core
...
...
zh-cn/application-dev/reference/apis/js-apis-inputtouchevent.md
浏览文件 @
dc8989f4
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
import
{
Action
,
ToolType
,
SourceType
,
Touch
,
TouchEvent
}
from
'
@ohos.multimodalInput.ToucEvent
'
;
import
{
Action
,
ToolType
,
SourceType
,
Touch
,
TouchEvent
}
from
'
@ohos.multimodalInput.ToucEvent
'
;
```
```
# Action
#
#
Action
**系统能力**
:以下各项对应的系统能力均为SystemCapability.MultimodalInput.Input.Core
**系统能力**
:以下各项对应的系统能力均为SystemCapability.MultimodalInput.Input.Core
...
@@ -22,7 +22,7 @@ import {Action,ToolType,SourceType,Touch,TouchEvent} from '@ohos.multimodalInput
...
@@ -22,7 +22,7 @@ import {Action,ToolType,SourceType,Touch,TouchEvent} from '@ohos.multimodalInput
| MOVE | number | 是 | 否 | 触摸移动 |
| MOVE | number | 是 | 否 | 触摸移动 |
| UP | number | 是 | 否 | 触摸抬起 |
| UP | number | 是 | 否 | 触摸抬起 |
# ToolType
#
#
ToolType
**系统能力**
:以下各项对应的系统能力均为SystemCapability.MultimodalInput.Input.Core
**系统能力**
:以下各项对应的系统能力均为SystemCapability.MultimodalInput.Input.Core
...
@@ -37,7 +37,7 @@ import {Action,ToolType,SourceType,Touch,TouchEvent} from '@ohos.multimodalInput
...
@@ -37,7 +37,7 @@ import {Action,ToolType,SourceType,Touch,TouchEvent} from '@ohos.multimodalInput
| MOUSE | number | 是 | 否 | 鼠标 |
| MOUSE | number | 是 | 否 | 鼠标 |
| LENS | number | 是 | 否 | 透镜 |
| LENS | number | 是 | 否 | 透镜 |
# SourceType
#
#
SourceType
**系统能力**
:以下各项对应的系统能力均为SystemCapability.MultimodalInput.Input.Core
**系统能力**
:以下各项对应的系统能力均为SystemCapability.MultimodalInput.Input.Core
...
@@ -47,7 +47,7 @@ import {Action,ToolType,SourceType,Touch,TouchEvent} from '@ohos.multimodalInput
...
@@ -47,7 +47,7 @@ import {Action,ToolType,SourceType,Touch,TouchEvent} from '@ohos.multimodalInput
| PEN | number | 是 | 否 | 手写笔 |
| PEN | number | 是 | 否 | 手写笔 |
| TOUCH_PAD | number | 是 | 否 | 触摸板 |
| TOUCH_PAD | number | 是 | 否 | 触摸板 |
# Touch
#
#
Touch
**系统能力**
:以下各项对应的系统能力均为SystemCapability.MultimodalInput.Input.Core
**系统能力**
:以下各项对应的系统能力均为SystemCapability.MultimodalInput.Input.Core
...
@@ -72,7 +72,7 @@ import {Action,ToolType,SourceType,Touch,TouchEvent} from '@ohos.multimodalInput
...
@@ -72,7 +72,7 @@ import {Action,ToolType,SourceType,Touch,TouchEvent} from '@ohos.multimodalInput
| rawY | number | 是 | 否 | 输入设备上的y坐标 |
| rawY | number | 是 | 否 | 输入设备上的y坐标 |
| toolType | number | 是 | 否 | 工具类型 |
| toolType | number | 是 | 否 | 工具类型 |
# TouchEvent
#
#
TouchEvent
**系统能力**
:以下各项对应的系统能力均为SystemCapability.MultimodalInput.Input.Core
**系统能力**
:以下各项对应的系统能力均为SystemCapability.MultimodalInput.Input.Core
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录