Updated documentation in header file.
This commit is contained in:
parent
a5cd9d9fa1
commit
bcb68c55cf
1 changed files with 1 additions and 1 deletions
|
@ -431,7 +431,7 @@ typedef struct SDL_MultiGestureEvent
|
||||||
{
|
{
|
||||||
Uint32 type; /**< ::SDL_MULTIGESTURE */
|
Uint32 type; /**< ::SDL_MULTIGESTURE */
|
||||||
Uint32 timestamp;
|
Uint32 timestamp;
|
||||||
SDL_TouchID touchId; /**< The touch device index */
|
SDL_TouchID touchId; /**< The touch device id */
|
||||||
float dTheta;
|
float dTheta;
|
||||||
float dDist;
|
float dDist;
|
||||||
float x;
|
float x;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue