From 78290b441d1669112873d3296f9678e903758b28 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 7 Nov 2011 02:25:01 -0500 Subject: [PATCH] Fixed a typo in the header. --- include/SDL_events.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/SDL_events.h b/include/SDL_events.h index 804ac57e7..4ba6c0dde 100644 --- a/include/SDL_events.h +++ b/include/SDL_events.h @@ -280,7 +280,7 @@ typedef struct SDL_JoyButtonEvent /** - * \brief Touch finger motion/finger event structure (event.tmotion.*) + * \brief Touch finger motion/finger event structure (event.tfinger.*) */ typedef struct SDL_TouchFingerEvent { @@ -302,7 +302,7 @@ typedef struct SDL_TouchFingerEvent /** - * \brief Touch finger motion/finger event structure (event.tmotion.*) + * \brief Touch finger motion/finger event structure (event.tbutton.*) */ typedef struct SDL_TouchButtonEvent {