diff options
author | Sam Lantinga <slouken@libsdl.org> | 2011-11-07 02:25:01 -0500 |
---|---|---|
committer | Sam Lantinga <slouken@libsdl.org> | 2011-11-07 02:25:01 -0500 |
commit | 53d74e2735c7920a483fdaefa4413d8aa32805fd (patch) | |
tree | 6acbc67fa2c40de374c997783552eac423a6da7b /include | |
parent | 7623690cfe06640f8251f008f45aaca0084121f6 (diff) |
Fixed a typo in the header.
Diffstat (limited to 'include')
-rw-r--r-- | include/SDL_events.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/SDL_events.h b/include/SDL_events.h index 804ac57e..4ba6c0dd 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 { |