Sync SDL3 wiki -> header

This commit is contained in:
SDL Wiki Bot 2024-06-09 05:33:28 +00:00
parent 40e8d0155e
commit 35adef17a8

View file

@ -41,12 +41,12 @@
* device that does not change over time, it identifies class of the device (a * device that does not change over time, it identifies class of the device (a
* X360 wired controller for example). This identifier is platform dependent. * X360 wired controller for example). This identifier is platform dependent.
* *
* In order to use these functions, SDL_Init() must have been called * In order to use these functions, SDL_Init() must have been called with the
* with the SDL_INIT_JOYSTICK flag. This causes SDL to scan the system * SDL_INIT_JOYSTICK flag. This causes SDL to scan the system for joysticks,
* for joysticks, and load appropriate drivers. * and load appropriate drivers.
* *
* If you would like to receive joystick updates while the application * If you would like to receive joystick updates while the application is in
* is in the background, you should set the following hint before calling * the background, you should set the following hint before calling
* SDL_Init(): SDL_HINT_JOYSTICK_ALLOW_BACKGROUND_EVENTS * SDL_Init(): SDL_HINT_JOYSTICK_ALLOW_BACKGROUND_EVENTS
*/ */