project for a (works on my devices) demo
This commit is contained in:
11
my_device_handler.h
Normal file
11
my_device_handler.h
Normal 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);
|
||||
Reference in New Issue
Block a user