mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
Updated documentation in header file.
This commit is contained in:
parent
a7655d77d1
commit
cd3aefc093
1 changed files with 1 additions and 1 deletions
|
|
@ -431,7 +431,7 @@ typedef struct SDL_MultiGestureEvent
|
|||
{
|
||||
Uint32 type; /**< ::SDL_MULTIGESTURE */
|
||||
Uint32 timestamp;
|
||||
SDL_TouchID touchId; /**< The touch device index */
|
||||
SDL_TouchID touchId; /**< The touch device id */
|
||||
float dTheta;
|
||||
float dDist;
|
||||
float x;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue