input_module 構造体リファレンス
input_module 構造体リファレンス
#include <
input.h
>
データ フィールド |
|
struct hw_module_t | common |
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 |
入力モジュールの一般的なメソッド。この構造体のユーザーは、 hw_module_t が input_module を参照していることが判明しているコンテキストで、 hw_module_t を input_module ポインタにキャストするため、これは 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