Save all currently loaded Dollar Gesture templates.
int SDL_SaveAllDollarTemplates(SDL_RWops *dst);
Returns the number of saved templates on success or 0 on failure; call SDL_GetError() for more information.
This function is available since SDL 2.0.0.
CategoryAPI