Sync SDL3 wiki -> header

[ci skip]
This commit is contained in:
SDL Wiki Bot 2025-02-24 23:12:58 +00:00
parent 58388e8db4
commit 0a592b78c1
1 changed files with 5 additions and 5 deletions

View File

@ -2201,16 +2201,16 @@ extern "C" {
* `0xAAAA/0xBBBB/1,0xCCCC/0xDDDD/3` * `0xAAAA/0xBBBB/1,0xCCCC/0xDDDD/3`
* *
* This hint supports a "wildcard" device that will set the number of haptic * This hint supports a "wildcard" device that will set the number of haptic
* axes on all initialized haptic devices which were not defined explicitly * axes on all initialized haptic devices which were not defined explicitly in
* in this hint. * this hint.
* *
* `0xFFFF/0xFFFF/1` * `0xFFFF/0xFFFF/1`
* *
* This hint should be set before a controller is opened. The number of * This hint should be set before a controller is opened. The number of haptic
* haptic axes won't exceed the number of real axes found on the device. * axes won't exceed the number of real axes found on the device.
* *
* \since This hint is available since SDL 3.2.5. * \since This hint is available since SDL 3.2.5.
*/ */
#define SDL_HINT_JOYSTICK_HAPTIC_AXES "SDL_JOYSTICK_HAPTIC_AXES" #define SDL_HINT_JOYSTICK_HAPTIC_AXES "SDL_JOYSTICK_HAPTIC_AXES"
/** /**