Save a currently loaded Dollar Gesture template.
Defined in SDL_gesture.h
int SDL_SaveDollarTemplate(SDL_GestureID gestureId,SDL_RWops *dst);
SDL_GestureID | gestureId | a gesture id. |
SDL_RWops * | dst | a SDL_RWops to save to. |
(int) Returns 1 on success or 0 on failure; call SDL_GetError() for more information.
This function is available since SDL 2.0.0.