Wiki Page Content

Revision 2 as of 2016-10-21 22:11:17

Clear message

DRAFT

SDL_LoadDollarTemplates

Use this function to load Dollar Gesture templates from a file.

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.


CategoryAPI, CategoryEvents

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