mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-02 01:47:41 +00:00
Sync SDL3 wiki -> header
This commit is contained in:
parent
6fc6e3dc7e
commit
68c61ff3a8
3 changed files with 11 additions and 10 deletions
|
@ -598,8 +598,8 @@ extern SDL_DECLSPEC SDL_bool SDLCALL SDL_SetJoystickVirtualHat(SDL_Joystick *joy
|
|||
* \param touchpad the index of the touchpad on the virtual joystick to
|
||||
* update.
|
||||
* \param finger the index of the finger on the touchpad to set.
|
||||
* \param down SDL_TRUE if the finger is pressed, SDL_FALSE if the
|
||||
* finger is released.
|
||||
* \param down SDL_TRUE if the finger is pressed, SDL_FALSE if the finger is
|
||||
* released.
|
||||
* \param x the x coordinate of the finger on the touchpad, normalized 0 to 1,
|
||||
* with the origin in the upper left.
|
||||
* \param y the y coordinate of the finger on the touchpad, normalized 0 to 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue