Sync wiki -> headers.

This commit is contained in:
Ryan C. Gordon
2023-02-24 11:49:41 -05:00
parent d748a454a8
commit 0598ecc150
12 changed files with 60 additions and 44 deletions

View File

@@ -121,7 +121,8 @@ extern DECLSPEC SDL_TouchDeviceType SDLCALL SDL_GetTouchDeviceType(SDL_TouchID t
*
* \param touchID the ID of a touch device
* \returns the number of active fingers for a given touch device on success
* or a negative error code on failure; call SDL_GetError() for more information.
* or a negative error code on failure; call SDL_GetError() for more
* information.
*
* \since This function is available since SDL 3.0.0.
*