mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-04 19:55:19 +00:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
parent
726a94efa9
commit
6a449ae1f3
1 changed files with 2 additions and 2 deletions
|
|
@ -161,8 +161,8 @@ typedef struct SDL_hid_device_info
|
|||
*
|
||||
* This function initializes the HIDAPI library. Calling it is not strictly
|
||||
* necessary, as it will be called automatically by SDL_hid_enumerate(),
|
||||
* SDL_hid_open(), and SDL_hid_open_path() if needed. This function should
|
||||
* be called at the beginning of execution however, if there is a chance of
|
||||
* SDL_hid_open(), and SDL_hid_open_path() if needed. This function should be
|
||||
* called at the beginning of execution however, if there is a chance of
|
||||
* HIDAPI handles being opened by different threads simultaneously.
|
||||
*
|
||||
* Each call to this function should have a matching call to SDL_hid_exit()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue