output devices
This commit is contained in:
parent
99589163f3
commit
75abf3c6e8
9 changed files with 66 additions and 68 deletions
|
|
@ -26,7 +26,9 @@ typedef struct output_dev {
|
|||
|
||||
uint32_t max_events;
|
||||
uint32_t events_count;
|
||||
struct input_event events_list;
|
||||
struct input_event *events_list;
|
||||
} output_dev_t;
|
||||
|
||||
int create_output_dev(const char* uinput_path, const char* name, output_dev_type_t type);
|
||||
int create_output_dev(const char* uinput_path, const char* name, output_dev_type_t type);
|
||||
|
||||
void *output_dev_thread_func(void *ptr);
|
||||
Loading…
Add table
Add a link
Reference in a new issue