From 7febe930b18bd73053c96d9ca924285415134ec5 Mon Sep 17 00:00:00 2001 From: liyan Date: Thu, 18 Aug 2022 07:39:41 +0000 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E7=BC=BA=E5=A4=B1=E5=AD=97?= =?UTF-8?q?=E7=9C=BC=20Signed-off-by:=20li-yan339=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liyan --- .../device-dev/reference/hdi-apis/_input_manager.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/zh-cn/device-dev/reference/hdi-apis/_input_manager.md b/zh-cn/device-dev/reference/hdi-apis/_input_manager.md index ece5fbf1c7..6f9a062e8f 100644 --- a/zh-cn/device-dev/reference/hdi-apis/_input_manager.md +++ b/zh-cn/device-dev/reference/hdi-apis/_input_manager.md @@ -26,7 +26,7 @@ 提供Input设备管理相关的接口。 -此类接口包Input设备的扫描、打开和关闭、特定设备信息查询,以及所有设备列表信息获取等接口。 +此类接口包含Input设备的扫描、打开和关闭、特定设备信息查询,以及所有设备列表信息获取等。 ## **类成员变量说明** @@ -35,7 +35,7 @@ ### CloseInputDevice -``` +```cpp int32_t(* InputManager::CloseInputDevice) (uint32_t devIndex) ``` @@ -59,7 +59,7 @@ INPUT_SUCCESS 表示执行成功。 ### GetInputDevice -``` +```cpp int32_t(* InputManager::GetInputDevice) (uint32_t devIndex, InputDeviceInfo **devInfo) ``` @@ -84,7 +84,7 @@ INPUT_SUCCESS 表示执行成功。 ### GetInputDeviceList -``` +```cpp int32_t(* InputManager::GetInputDeviceList) (uint32_t *devNum, InputDeviceInfo **devList, uint32_t size) ``` @@ -110,7 +110,7 @@ INPUT_SUCCESS 表示执行成功。 ### OpenInputDevice -``` +```cpp int32_t(* InputManager::OpenInputDevice) (uint32_t devIndex) ``` @@ -134,7 +134,7 @@ INPUT_SUCCESS 表示执行成功。 ### ScanInputDevice -``` +```cpp int32_t(* InputManager::ScanInputDevice) (InputDevDesc *staArr, uint32_t arrLen) ``` -- GitLab