1# input_manager.h
2
3
4## 概述
5
6描述Input设备管理相关的接口声明。
7
8引用:
9
10- [input_controller.h](input__controller_8h.md)
11
12- [input_reporter.h](input__reporter_8h.md)
13
14- [input_type.h](input__type_8h.md)
15
16**起始版本:** 1.0
17
18**相关模块:**[Input](_input.md)
19
20
21## 汇总
22
23
24### 类
25
26| 名称 | 描述 |
27| -------- | -------- |
28| struct  [InputManager](_input_manager.md) | 提供Input设备管理相关的接口。  |
29| struct  [IInputInterface](_i_input_interface.md) | 定义用于提供Input设备驱动程序功能的接口。  |
30
31
32### 函数
33
34| 名称 | 描述 |
35| -------- | -------- |
36| int32_t [GetInputInterface](_input.md#getinputinterface) ([IInputInterface](_i_input_interface.md) \*\*interface) | Input服务通过调用此接口获取操作Input设备的所有接口。  |
37