Commit cd3aefc093200a7fb428d4f83b3002243799d582

Philipp Wiesemann 2016-11-30T23:31:36

Updated documentation in header file.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/SDL_events.h b/include/SDL_events.h
index 4c03b07..83b6c96 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;