Dollar Gesture Event (event.dgesture.*)
Defined in SDL_events.h
typedef struct SDL_DollarGestureEvent
{/**< SDL_DOLLARGESTURE or SDL_DOLLARRECORD */
Uint32 type; /**< In milliseconds, populated using SDL_GetTicks() */
Uint32 timestamp; /**< The touch device id */
SDL_TouchID touchId;
SDL_GestureID gestureId;
Uint32 numFingers;float error;
float x; /**< Normalized center of gesture */
float y; /**< Normalized center of gesture */
} SDL_DollarGestureEvent;