project for a (works on my devices) demo

This commit is contained in:
beno
2026-03-13 16:38:39 +01:00
parent 3b13017f39
commit a70999a15c
17 changed files with 1113 additions and 61 deletions

11
my_device_handler.h Normal file
View File

@@ -0,0 +1,11 @@
#include "events.h"
int device_handler_init();
int device_handler_add( const char *path);
int device_handler_remove( const char *path);
int device_handler_poll_events( device_event** events);
void device_handler_destroy_events( device_event *events);