• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# input_manager.h
2
3
4## 概述
5
6描述Input设备管理相关的接口声明。
7
8**Since:**
91.0
10**Version:**
111.0
12**相关模块:**
13
14[Input](_input.md)
15
16
17## 汇总
18
19
20### 类
21
22  | 名称 | 描述 |
23| -------- | -------- |
24| [InputManager](_input_manager.md) | struct<br/>提供Input设备管理相关的接口。&nbsp; |
25| [IInputInterface](_i_input_interface.md) | struct<br/>定义用于提供Input设备驱动程序功能的接口。&nbsp; |
26
27
28### 函数
29
30  | 名称 | 描述 |
31| -------- | -------- |
32| [GetInputInterface](_input.md#getinputinterface)&nbsp;([IInputInterface](_i_input_interface.md)&nbsp;\*\*interface) | int32_t<br/>Input服务通过调用此接口获取操作Input设备的所有接口。&nbsp; |
33