feat: add redbear input headers package
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#if defined(__linux__) || defined(__redox__)
|
||||
#include "linux/input.h"
|
||||
#elif __FreeBSD__
|
||||
#include "freebsd/input.h"
|
||||
#endif
|
||||
Reference in New Issue
Block a user