From 3166590c70e65232c729eb94d504587f125c0d79 Mon Sep 17 00:00:00 2001 From: Wes Lord Date: Sun, 1 Jun 2025 22:51:31 -0700 Subject: [PATCH] Add docstrings to SDL_hidapi.h --- include/SDL_hidapi.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/SDL_hidapi.h b/include/SDL_hidapi.h index b14442a6c2..5bf7dcc1d7 100644 --- a/include/SDL_hidapi.h +++ b/include/SDL_hidapi.h @@ -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. *