未验证 提交 6f9956c5 编写于 作者: L liyan 提交者: Gitee

补充缺失字眼

Signed-off-by: Nli-yan339 <liyan339@h-partners.com>
Signed-off-by: Nliyan <liyan339@h-partners.com>
上级 c6a8acc8
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
提供Input设备管理相关的接口。 提供Input设备管理相关的接口。
此类接口包Input设备的扫描、打开和关闭、特定设备信息查询,以及所有设备列表信息获取等接口 此类接口包含Input设备的扫描、打开和关闭、特定设备信息查询,以及所有设备列表信息获取等
## **类成员变量说明** ## **类成员变量说明**
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
### CloseInputDevice ### CloseInputDevice
``` ```cpp
int32_t(* InputManager::CloseInputDevice) (uint32_t devIndex) int32_t(* InputManager::CloseInputDevice) (uint32_t devIndex)
``` ```
...@@ -59,7 +59,7 @@ INPUT_SUCCESS 表示执行成功。 ...@@ -59,7 +59,7 @@ INPUT_SUCCESS 表示执行成功。
### GetInputDevice ### GetInputDevice
``` ```cpp
int32_t(* InputManager::GetInputDevice) (uint32_t devIndex, InputDeviceInfo **devInfo) int32_t(* InputManager::GetInputDevice) (uint32_t devIndex, InputDeviceInfo **devInfo)
``` ```
...@@ -84,7 +84,7 @@ INPUT_SUCCESS 表示执行成功。 ...@@ -84,7 +84,7 @@ INPUT_SUCCESS 表示执行成功。
### GetInputDeviceList ### GetInputDeviceList
``` ```cpp
int32_t(* InputManager::GetInputDeviceList) (uint32_t *devNum, InputDeviceInfo **devList, uint32_t size) int32_t(* InputManager::GetInputDeviceList) (uint32_t *devNum, InputDeviceInfo **devList, uint32_t size)
``` ```
...@@ -110,7 +110,7 @@ INPUT_SUCCESS 表示执行成功。 ...@@ -110,7 +110,7 @@ INPUT_SUCCESS 表示执行成功。
### OpenInputDevice ### OpenInputDevice
``` ```cpp
int32_t(* InputManager::OpenInputDevice) (uint32_t devIndex) int32_t(* InputManager::OpenInputDevice) (uint32_t devIndex)
``` ```
...@@ -134,7 +134,7 @@ INPUT_SUCCESS 表示执行成功。 ...@@ -134,7 +134,7 @@ INPUT_SUCCESS 表示执行成功。
### ScanInputDevice ### ScanInputDevice
``` ```cpp
int32_t(* InputManager::ScanInputDevice) (InputDevDesc *staArr, uint32_t arrLen) int32_t(* InputManager::ScanInputDevice) (InputDevDesc *staArr, uint32_t arrLen)
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册