Added missing SDL_DOLLARRECORD event type documentation in header.

This commit is contained in:
Philipp Wiesemann 2015-03-21 22:42:53 +01:00
parent 716ef0d5f2
commit 49f33b41a7
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@ typedef struct SDL_MultiGestureEvent
*/
typedef struct SDL_DollarGestureEvent
{
Uint32 type; /**< ::SDL_DOLLARGESTURE */
Uint32 type; /**< ::SDL_DOLLARGESTURE or ::SDL_DOLLARRECORD */
Uint32 timestamp;
SDL_TouchID touchId; /**< The touch device id */
SDL_GestureID gestureId;