Sync SDL3 wiki -> header

This commit is contained in:
SDL Wiki Bot 2024-05-03 02:54:35 +00:00
parent 760d7d276b
commit 10c2682647
4 changed files with 45 additions and 52 deletions

View file

@ -110,8 +110,8 @@ typedef Uint32 SDL_JoystickID;
* type of device, and will report it through SDL_GetJoystickType (or
* SDL_GetJoystickInstanceType).
*
* This is by no means a complete list of everything that can be plugged
* into a computer.
* This is by no means a complete list of everything that can be plugged into
* a computer.
*
* \since This enum is available since SDL 3.0.0.
*/
@ -132,8 +132,8 @@ typedef enum SDL_JoystickType
/**
* Possible connection states for a joystick device.
*
* This is used by SDL_GetJoystickConnectionState to report how a device
* is connected to the system.
* This is used by SDL_GetJoystickConnectionState to report how a device is
* connected to the system.
*
* \since This enum is available since SDL 3.0.0.
*/