|
⇤ ← Revision 1 as of 2013-10-29 22:11:00
Size: 1652
Comment: Added page for SDL_LoadDollarTemplates() using content from headers.
|
← Revision 2 as of 2016-10-21 22:11:17 ⇥
Size: 1656
Comment: Added link.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 25: | Line 25: |
| ||'''src'''||a SDL_RWops to load from|| | ||'''src'''||a [[SDL_RWops]] to load from|| |
DRAFT |
SDL_LoadDollarTemplates
Use this function to load Dollar Gesture templates from a file.
Contents
Syntax
int SDL_LoadDollarTemplates(SDL_TouchID touchId,
SDL_RWops* src)
Function Parameters
touchId |
a touch id |
src |
a SDL_RWops to load from |
Return Value
Returns the number of loaded templates on success or a negative error code (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.
