Add docstrings to SDL_hidapi.h

This commit is contained in:
Wes Lord 2025-06-01 22:51:31 -07:00
parent f270584153
commit 3166590c70
1 changed files with 1 additions and 0 deletions

View File

@ -227,6 +227,7 @@ extern DECLSPEC SDL_hid_device * SDLCALL SDL_hid_open(unsigned short vendor_id,
* platform-specific path name can be used (eg: /dev/hidraw0 on Linux).
*
* \param path The path name of the device to open.
* \param bExclusive boolean exclusive.
* \returns a pointer to a SDL_hid_device object on success or NULL on
* failure.
*