summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPhilipp Wiesemann <philipp.wiesemann@arcor.de>2016-11-30 23:31:36 +0100
committerPhilipp Wiesemann <philipp.wiesemann@arcor.de>2016-11-30 23:31:36 +0100
commit303fb1d18c54816d89e6c50273fd70755dfdcd51 (patch)
treef45aa8e651c1c6204251231c01f09ab5b40080d0 /include
parent6a362ee4bbd27dbd8d2b076f86267f0efd576e13 (diff)
Updated documentation in header file.
Diffstat (limited to 'include')
-rw-r--r--include/SDL_events.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/SDL_events.h b/include/SDL_events.h
index 4c03b07dab..83b6c96e3f 100644
--- a/include/SDL_events.h
+++ b/include/SDL_events.h
@@ -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;