The bbcr broke off my compilation help plz

This commit is contained in:
Denis 2023-12-06 21:05:02 +01:00
parent 91a639852f
commit 37c23e1b62
No known key found for this signature in database
GPG key ID: DD9B63F805CF5C03
28 changed files with 1042 additions and 1256 deletions

10
dev_evdev.h Normal file
View 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);