Updated documentation in header file.

Philipp Wiesemann 2016-11-30 23:31:36 +01:00
parent a7655d77d1
commit cd3aefc093
1 changed files with 1 additions and 1 deletions

View File

@ -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;