Fixed a typo in the header.

This commit is contained in:
Sam Lantinga 2011-11-07 02:25:01 -05:00
parent 0a82b3eefe
commit 2c5a3ddb62

View file

@ -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 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 typedef struct SDL_TouchButtonEvent
{ {