Sync SDL3 wiki -> header

This commit is contained in:
SDL Wiki Bot
2024-05-10 01:26:32 +00:00
parent 06a5d4d24f
commit 7857d34d2c
2 changed files with 14 additions and 7 deletions

View File

@@ -1240,8 +1240,10 @@ extern DECLSPEC int SDLCALL SDL_GetNumGamepadTouchpadFingers(SDL_Gamepad *gamepa
* \param touchpad a touchpad
* \param finger a finger
* \param state filled with state
* \param x filled with x position, normalized 0 to 1, with the origin in the upper left
* \param y filled with y position, normalized 0 to 1, with the origin in the upper left
* \param x filled with x position, normalized 0 to 1, with the origin in the
* upper left
* \param y filled with y position, normalized 0 to 1, with the origin in the
* upper left
* \param pressure filled with pressure value
* \returns 0 on success or a negative error code on failure; call
* SDL_GetError() for more information.