THIS PAGE IS A WORK IN PROGRESS ... Please make edits to this page to improve it!
Save a currently loaded Dollar Gesture template.
int SDL_SaveDollarTemplate(SDL_GestureID gestureId,SDL_RWops *dst);
gestureId |
a gesture id |
dst |
a SDL_RWops to save to |
Returns 1 on success or 0 on failure; call SDL_GetError() for more information.
This function is available since SDL 2.0.0.
CategoryAPI, CategoryEvents, CategoryDraft