The bbcr broke off my compilation help plz
This commit is contained in:
parent
91a639852f
commit
37c23e1b62
28 changed files with 1042 additions and 1256 deletions
10
dev_evdev.h
Normal file
10
dev_evdev.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#pragma once
|
||||
|
||||
#include "input_dev.h"
|
||||
|
||||
int dev_evdev_open(
|
||||
const uinput_filters_t *const in_filters,
|
||||
struct libevdev* out_evdev
|
||||
);
|
||||
|
||||
void dev_evdev_close(struct libevdev* out_evdev);
|
||||
Loading…
Add table
Add a link
Reference in a new issue