未验证 提交 ba60a2dc 编写于 作者: O openharmony_ci 提交者: Gitee

!18520 回退3.2全小写,保持小驼峰

Merge pull request !18520 from PingPing2023/cherry-pick-1684805220
...@@ -496,10 +496,10 @@ Defines the axis type of an input device. ...@@ -496,10 +496,10 @@ Defines the axis type of an input device.
| Name | Type | Readable | Writable | Description | | Name | Type | Readable | Writable | Description |
| --------- | ------ | ---- | ---- | ------- | | --------- | ------ | ---- | ---- | ------- |
| touchmajor | string | Yes| No| touchmajor axis. | | touchMajor | string | Yes| No| touchMajor axis. |
| touchminor | string | Yes| No| touchminor axis. | | touchMinor | string | Yes| No| touchMinor axis. |
| toolminor | string | Yes| No| toolminor axis. | | toolMinor | string | Yes| No| toolMinor axis. |
| toolmajor | string | Yes| No| toolmajor axis. | | toolMajor | string | Yes| No| toolMajor axis. |
| orientation | string | Yes| No| Orientation axis.| | orientation | string | Yes| No| Orientation axis.|
| pressure | string | Yes| No| Pressure axis. | | pressure | string | Yes| No| Pressure axis. |
| x | string | Yes| No| X axis. | | x | string | Yes| No| X axis. |
......
...@@ -427,7 +427,7 @@ try { ...@@ -427,7 +427,7 @@ try {
getKeyboardType(deviceId: number): Promise<KeyboardType> getKeyboardType(deviceId: number): Promise<KeyboardType>
获取输入设备的键盘类型,使用AsyncCallback异步方式返回结果。 获取输入设备的键盘类型,使用Promise异步方式返回结果。
**系统能力**:SystemCapability.MultimodalInput.Input.InputDevice **系统能力**:SystemCapability.MultimodalInput.Input.InputDevice
...@@ -494,10 +494,10 @@ try { ...@@ -494,10 +494,10 @@ try {
| 名称 | 类型 | 可读 | 可写 | 说明 | | 名称 | 类型 | 可读 | 可写 | 说明 |
| --------- | ------ | ---- | ---- | ------- | | --------- | ------ | ---- | ---- | ------- |
| touchmajor | string | 是 | 否 | 表示touchmajor轴。 | | touchMajor | string | 是 | 否 | 表示touchMajor轴。 |
| touchminor | string | 是 | 否 | 表示touchminor轴。 | | touchMinor | string | 是 | 否 | 表示touchMinor轴。 |
| toolminor | string | 是 | 否 | 表示toolminor轴。 | | toolMinor | string | 是 | 否 | 表示toolMinor轴。 |
| toolmajor | string | 是 | 否 | 表示toolmajor轴。 | | toolMajor | string | 是 | 否 | 表示toolMajor轴。 |
| orientation | string | 是 | 否 | 表示orientation轴。 | | orientation | string | 是 | 否 | 表示orientation轴。 |
| pressure | string | 是 | 否 | 表示pressure轴。 | | pressure | string | 是 | 否 | 表示pressure轴。 |
| x | string | 是 | 否 | 表示x轴。 | | x | string | 是 | 否 | 表示x轴。 |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册