initial import of hidapi netbsd uhid native backend from mainstream

c19ae126d8
https://github.com/libusb/hidapi/pull/612
This commit is contained in:
Ozkan Sezer 2023-11-26 08:55:02 +03:00 committed by Ozkan Sezer
parent 1b284cd415
commit 2f806c89b5
8 changed files with 1290 additions and 0 deletions

View file

@ -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__)