Update the SDL HIDAPI API to match upstream hidapi 0.14.0

This commit is contained in:
Sam Lantinga
2023-05-24 15:16:49 -07:00
parent 003a9b9666
commit af45ae7296
6 changed files with 176 additions and 25 deletions

View File

@@ -861,6 +861,9 @@ SDL3_0.0.0 {
SDL_wcstol;
SDL_swprintf;
SDL_vswprintf;
SDL_hid_get_input_report;
SDL_hid_get_device_info;
SDL_hid_get_report_descriptor;
# extra symbols go here (don't modify this line)
local: *;
};