Fixed some typos in the documentation
This commit is contained in:
parent
c8de3db358
commit
6354bc898e
2 changed files with 4 additions and 4 deletions
|
@ -36,7 +36,7 @@ Saving:
|
|||
-------
|
||||
To save a template, call SDL_SaveDollarTemplate(gestureId, src) where gestureId is the id of the gesture you want to save, and src is an SDL_RWops pointer to the file where the gesture will be stored.
|
||||
|
||||
To save all currently loaded templatesm, call SDL_SaveAllDollarTemplates(src) where source is an SDL_RWops pointer to the file where the gesture will be stored.
|
||||
To save all currently loaded templates, call SDL_SaveAllDollarTemplates(src) where source is an SDL_RWops pointer to the file where the gesture will be stored.
|
||||
|
||||
Both functions return the number of gestures sucessfully saved.
|
||||
|
||||
|
@ -69,4 +69,4 @@ Notes
|
|||
For a complete example see test/testgesture.c
|
||||
|
||||
Please direct questions/comments to:
|
||||
jim.tla+sdl_touch@gmail.com
|
||||
jim.tla+sdl_touch@gmail.com
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue