|
Size: 1551
Comment: Updated parameter name.
|
← Revision 3 as of 2016-10-21 22:12:15 ⇥
Size: 1554
Comment: Added link.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 9: | Line 9: |
| = SDL_SaveAllDollarTemplates = | = SDL_SaveAllDollarTemplates = |
| Line 23: | Line 23: |
| ||'''dst'''||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.
Contents
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.
