mirror of
https://github.com/encounter/SDL.git
synced 2025-12-10 22:17:59 +00:00
Added SDL_hid_ble_scan() for pairing Steam Controllers on iOS and tvOS
This commit is contained in:
@@ -743,7 +743,7 @@ int HID_API_EXPORT HID_API_CALL hid_exit(void)
|
||||
return 0;
|
||||
}
|
||||
|
||||
void HID_API_EXPORT HID_API_CALL hid_ble_scan( bool bStart )
|
||||
void HID_API_EXPORT HID_API_CALL hid_ble_scan( int bStart )
|
||||
{
|
||||
HIDBLEManager *bleManager = HIDBLEManager.sharedInstance;
|
||||
if ( bStart )
|
||||
|
||||
Reference in New Issue
Block a user