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.