Commit 2c5a3ddb authored by Sam Lantinga's avatar Sam Lantinga

Fixed a typo in the header.

parent 0a82b3ee
...@@ -280,7 +280,7 @@ typedef struct SDL_JoyButtonEvent ...@@ -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 ...@@ -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
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment