Skip to content

Commit c7c1689

Browse files
committed
Added iOS/tvOS hidapi 0.14.0 support
1 parent f4d4bea commit c7c1689

File tree

2 files changed

+1039
-0
lines changed

2 files changed

+1039
-0
lines changed

src/hidapi/SDL_hidapi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1698,6 +1698,7 @@ int SDL_hid_get_report_descriptor(SDL_hid_device *device, unsigned char *buf, si
16981698
void SDL_hid_ble_scan(SDL_bool active)
16991699
{
17001700
#if !defined(SDL_HIDAPI_DISABLED) && (defined(__IOS__) || defined(__TVOS__))
1701+
extern void hid_ble_scan(int bStart);
17011702
hid_ble_scan(active);
17021703
#endif
17031704
}

0 commit comments

Comments
 (0)