Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed a typo in the header.
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Nov 7, 2011
1 parent 3be0d4a commit 78290b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/SDL_events.h
Expand Up @@ -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
{
Expand All @@ -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
{
Expand Down

0 comments on commit 78290b4

Please sign in to comment.