Added missing SDL_DOLLARRECORD event type documentation in header.
This commit is contained in:
parent
1abb012ae5
commit
4c9b75b839
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue