mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-30 05:18:13 +08:00
Added a note about SDL_HINT_AUTO_UPDATE_JOYSTICKS to the SDL_UpdateJoysticks() docs
This commit is contained in:
@@ -1132,7 +1132,7 @@ extern SDL_DECLSPEC bool SDLCALL SDL_JoystickEventsEnabled(void);
|
|||||||
* Update the current state of the open joysticks.
|
* Update the current state of the open joysticks.
|
||||||
*
|
*
|
||||||
* This is called automatically by the event loop if any joystick events are
|
* This is called automatically by the event loop if any joystick events are
|
||||||
* enabled.
|
* enabled and SDL_HINT_AUTO_UPDATE_JOYSTICKS hasn't been set to "0".
|
||||||
*
|
*
|
||||||
* \threadsafety It is safe to call this function from any thread.
|
* \threadsafety It is safe to call this function from any thread.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user