提交 dc8989f4 编写于 作者: S shaoziyun

格式修改

Signed-off-by: Nshaoziyun <shaoziyun@huawei.com>
上级 28e3d4ed
...@@ -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
......
# 鼠标输入事件 # 鼠标输入事件
> ![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
......
...@@ -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.
先完成此消息的编辑!
想要评论请 注册