input.h | 45 typedef struct input_report_definition input_report_definition_t; typedef in typeref:struct:input_report_definition 431 input_report_definition_t* (*create_input_report_definition)(input_host_t* host); 432 input_report_definition_t* (*create_output_report_definition)(input_host_t* host); 437 void (*free_report_definition)(input_host_t* host, input_report_definition_t* report_def); 443 input_device_definition_t* d, input_report_definition_t* r); 456 input_report_definition_t* report, input_collection_id_t id, int32_t arity); 463 input_report_definition_t* report, input_collection_id_t id, 471 input_report_definition_t* report, input_collection_id_t id, 488 input_report_t* (*input_allocate_report)(input_host_t* host, input_report_definition_t* r);
|