Fixed a typo in the header.
This commit is contained in:
parent
0a82b3eefe
commit
2c5a3ddb62
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue