From 49f33b41a7ac3614281420d491d5d3a98ea1fb66 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Sat, 21 Mar 2015 22:42:53 +0100 Subject: [PATCH] Added missing SDL_DOLLARRECORD event type documentation in header. --- include/SDL_events.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_events.h b/include/SDL_events.h index 65818af954d93..ee61421f676c0 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;