initial import of hidapi netbsd uhid native backend from mainstream
c19ae126d8
https://github.com/libusb/hidapi/pull/612
This commit is contained in:
parent
1b284cd415
commit
2f806c89b5
8 changed files with 1290 additions and 0 deletions
|
@ -573,6 +573,8 @@ typedef struct PLATFORM_hid_device_ PLATFORM_hid_device;
|
|||
|
||||
#ifdef __LINUX__
|
||||
#include "SDL_hidapi_linux.h"
|
||||
#elif defined(__NETBSD__)
|
||||
#include "SDL_hidapi_netbsd.h"
|
||||
#elif defined(__MACOS__)
|
||||
#include "SDL_hidapi_mac.h"
|
||||
#elif defined(__WINDOWS__) || defined(__WINGDK__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue