Bladeren bron

Use full names of SDL functions to fix wiki links

Sam Lantinga 2 maanden geleden
bovenliggende
commit
726a94efa9
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      include/SDL3/SDL_hidapi.h

+ 2 - 2
include/SDL3/SDL_hidapi.h

@@ -160,8 +160,8 @@ typedef struct SDL_hid_device_info
  * Initialize the HIDAPI library.
  * Initialize the HIDAPI library.
  *
  *
  * This function initializes the HIDAPI library. Calling it is not strictly
  * This function initializes the HIDAPI library. Calling it is not strictly
- * necessary, as it will be called automatically by SDL_hid_enumerate() and
- * any of the SDL_hid_open_*() functions if it is needed. This function should
+ * 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
  * be called at the beginning of execution however, if there is a chance of
  * HIDAPI handles being opened by different threads simultaneously.
  * HIDAPI handles being opened by different threads simultaneously.
  *
  *