未验证 提交 1cb6968a 编写于 作者: L liyan 提交者: Gitee

同步zh-cn/device_api/hdi/input/input_manager.h的修改

Signed-off-by: Nli-yan339 <liyan339@h-partners.com>
上级 2a8eb6f0
......@@ -15,14 +15,14 @@
| Public&nbsp;属性 | 描述 |
| -------- | -------- |
| [iInputManager](#iinputmanager) | input设备的设备管理接口。 |
| [iInputController](#iinputcontroller) | input设备的业务控制接口。 |
| [iInputReporter](#iinputreporter) | input设备的数据上报接口。 |
| [iInputManager](#iinputmanager) | Input设备的设备管理接口。 |
| [iInputController](#iinputcontroller) | Input设备的业务控制接口。 |
| [iInputReporter](#iinputreporter) | Input设备的数据上报接口。 |
## **详细描述**
定义用于提供输入设备驱动能力的接口。
定义用于提供Input设备驱动程序功能的接口。
## **类成员变量说明**
......@@ -37,7 +37,7 @@ InputController* IInputInterface::iInputController
**描述:**
input设备的业务控制接口
Input设备的业务控制接口。
### iInputManager
......@@ -49,7 +49,7 @@ InputManager* IInputInterface::iInputManager
**描述:**
input设备的设备管理接口
Input设备的设备管理接口。
### iInputReporter
......@@ -61,4 +61,4 @@ InputReporter* IInputInterface::iInputReporter
**描述:**
input设备的数据上报接口
Input设备的数据上报接口。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册