From c1e7b1a5401207a730eb1ea63ccc4c8a7e62c58f Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Thu, 28 Aug 2025 16:12:34 +0000 Subject: [PATCH] Sync SDL3 wiki -> header [ci skip] --- include/SDL3/SDL_hidapi.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/SDL3/SDL_hidapi.h b/include/SDL3/SDL_hidapi.h index 521599af35..f35f3b48cb 100644 --- a/include/SDL3/SDL_hidapi.h +++ b/include/SDL3/SDL_hidapi.h @@ -288,7 +288,8 @@ extern SDL_DECLSPEC SDL_hid_device * SDLCALL SDL_hid_open_path(const char *path) * * The following read-only properties are provided by SDL: * - * - `SDL_PROP_HIDAPI_LIBUSB_DEVICE_HANDLE_POINTER`: the libusb_device_handle associated with the device, if it was opened using libusb. + * - `SDL_PROP_HIDAPI_LIBUSB_DEVICE_HANDLE_POINTER`: the libusb_device_handle + * associated with the device, if it was opened using libusb. * * \param dev a device handle returned from SDL_hid_open(). * \returns a valid property ID on success or 0 on failure; call