Added SDL_HINT_HIDAPI_IGNORE_DEVICES to specify devices that should be ignored in SDL_hid_enumerate()

This commit is contained in:
Sam Lantinga
2023-05-24 22:37:38 -07:00
parent e6834a1535
commit 007c36e513
9 changed files with 84 additions and 21 deletions

View File

@@ -25,9 +25,6 @@
#define free SDL_free
#define malloc SDL_malloc
#define memcmp SDL_memcmp
#define snprintf SDL_snprintf
#define strlen SDL_strlen
#define _strnicmp SDL_strncasecmp
#define swprintf SDL_swprintf
#define towupper SDL_toupper
#define wcscmp SDL_wcscmp