# input_manager.h ## 概述 描述Input设备管理相关的接口声明。 **Since:** 1.0 **Version:** 1.0 **相关模块:** [Input](_input.md) ## 汇总 ### 类 | 名称 | 描述 | | -------- | -------- | | [InputManager](_input_manager.md) | struct
提供Input设备管理相关的接口。  | | [IInputInterface](_i_input_interface.md) | struct
定义用于提供Input设备驱动程序功能的接口。  | ### 函数 | 名称 | 描述 | | -------- | -------- | | [GetInputInterface](_input.md#getinputinterface) ([IInputInterface](_i_input_interface.md) \*\*interface) | int32_t
Input服务通过调用此接口获取操作Input设备的所有接口。  |