Commit 49f33b41a7ac3614281420d491d5d3a98ea1fb66

Philipp Wiesemann 2015-03-21T22:42:53

Added missing SDL_DOLLARRECORD event type documentation in header.

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 65818af..ee61421 100644
--- a/include/SDL_events.h
+++ b/include/SDL_events.h
@@ -440,7 +440,7 @@ typedef struct SDL_MultiGestureEvent
  */
 typedef struct SDL_DollarGestureEvent
 {
-    Uint32 type;        /**< ::SDL_DOLLARGESTURE */
+    Uint32 type;        /**< ::SDL_DOLLARGESTURE or ::SDL_DOLLARRECORD */
     Uint32 timestamp;
     SDL_TouchID touchId; /**< The touch device id */
     SDL_GestureID gestureId;