Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2013-10-29 21:52:27
Size: 1551
Comment: Added page for SDL_SaveAllDollarTemplates() using content from headers.
Revision 2 as of 2013-11-02 13:39:12
Size: 1551
Comment: Updated parameter name.
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:
int SDL_SaveAllDollarTemplates(SDL_RWops* src) int SDL_SaveAllDollarTemplates(SDL_RWops* dst)
Line 23: Line 23:
||'''src'''||a SDL_RWops to save to|| ||'''dst'''||a SDL_RWops to save to||

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

None: SDL_SaveAllDollarTemplates (last edited 2016-10-21 22:12:15 by PhilippWiesemann)

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