mirror of
https://github.com/yawut/SDL.git
synced 2026-07-01 00:39:58 -05:00
Added missing SDL_DOLLARRECORD event type documentation in header.
This commit is contained in:
parent
b8e4bd5254
commit
ef6affb0bc
|
|
@ -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…
Reference in New Issue
Block a user