Wiki Page Content

Revision 2 as of 2013-11-02 13:39:12

Clear message

DRAFT

SDL_SaveAllDollarTemplates

Use this function to save all currently loaded Dollar Gesture templates.

Syntax

int SDL_SaveAllDollarTemplates(SDL_RWops* dst)

Function Parameters

dst

a SDL_RWops to save to

Return Value

Returns the number of saved templates on success or 0 on failure; call SDL_GetError() for more information.

Code Examples

You can add your code example here

Remarks

You can add useful comments here

Version

This function is available since SDL 2.0.0.


CategoryAPI, CategoryEvents

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit