Skip to content

Commit c2047f0

Browse files
SDLWikiBotslouken
authored andcommitted
Sync SDL2 wiki -> header
[ci skip] (cherry picked from commit 52ac07d)
1 parent 220895d commit c2047f0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

include/SDL_hints.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1434,14 +1434,14 @@ extern "C" {
14341434
* `0xAAAA/0xBBBB/1,0xCCCC/0xDDDD/3`
14351435
*
14361436
* This hint supports a "wildcard" device that will set the number of haptic
1437-
* axes on all initialized haptic devices which were not defined explicitly
1438-
* in this hint.
1437+
* axes on all initialized haptic devices which were not defined explicitly in
1438+
* this hint.
14391439
*
14401440
* `0xFFFF/0xFFFF/1`
14411441
*
1442-
* This hint should be set before a controller is opened. The number of
1443-
* haptic axes won't exceed the number of real axes found on the device.
1444-
*/
1442+
* This hint should be set before a controller is opened. The number of haptic
1443+
* axes won't exceed the number of real axes found on the device.
1444+
*/
14451445
#define SDL_HINT_JOYSTICK_HAPTIC_AXES "SDL_JOYSTICK_HAPTIC_AXES"
14461446

14471447
/**

0 commit comments

Comments
 (0)