SDL API renaming: SDL_joystick.h

Fixes https://github.com/libsdl-org/SDL/issues/6881
This commit is contained in:
Sam Lantinga 2022-12-27 05:50:46 -08:00
parent aa0053141b
commit fc478c1bc0
38 changed files with 751 additions and 543 deletions

View file

@ -296,8 +296,8 @@ extern "C" {
*
* This variable can be set to the following values:
*
* "0" - You'll call SDL_JoystickUpdate() manually
* "1" - SDL will automatically call SDL_JoystickUpdate() (default)
* "0" - You'll call SDL_UpdateJoysticks() manually
* "1" - SDL will automatically call SDL_UpdateJoysticks() (default)
*
* This hint can be toggled on and off at runtime.
*/