input_module 结构体参考文档
input_module 结构体参考文档
#include <
input.h
>
数据字段 |
|
struct hw_module_t | 常见 |
void(* | init )(const input_module_t *module, input_host_t *host, input_host_callbacks_t cb) |
void(* | notify_report )(const input_module_t *module, input_report_t *report) |
详细说明
字段文档
struct hw_module_t common |
输入模块的常用方法。此 必须 是 input_module 的第一个成员,因为此结构的用户会在已知 hw_module_t 引用 input_module 的情况下,将 hw_module_t 转换为 input_module 指针。
void(* init)(const input_module_t *module, input_host_t *host, input_host_callbacks_t cb) |
void(* notify_report)(const input_module_t *module, input_report_t *report) |
此结构体的文档是根据以下文件生成的:
- hardware/libhardware/include/hardware/ input.h