We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f92843d commit e90f7acCopy full SHA for e90f7ac
src/hidapi/SDL_hidapi.c
@@ -807,6 +807,8 @@ typedef struct LIBUSB_hid_device_ LIBUSB_hid_device;
807
#define hid_send_feature_report LIBUSB_hid_send_feature_report
808
#define hid_set_nonblocking LIBUSB_hid_set_nonblocking
809
#define hid_write LIBUSB_hid_write
810
+#define hid_version LIBUSB_hid_version
811
+#define hid_version_str LIBUSB_hid_version_str
812
#define input_report LIBUSB_input_report
813
#define make_path LIBUSB_make_path
814
#define new_hid_device LIBUSB_new_hid_device
0 commit comments