From cd3aefc093200a7fb428d4f83b3002243799d582 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Wed, 30 Nov 2016 23:31:36 +0100 Subject: [PATCH] Updated documentation in header file. --- 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 4c03b07dab248..83b6c96e3fb1d 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;