mirror of https://github.com/libsdl-org/SDL.git
Add docstrings to SDL_hidapi.h
This commit is contained in:
parent
f270584153
commit
3166590c70
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue