Mercurial > sdl-ios-xcode
diff README.gesture @ 4693:2ede56a19f2f
Fixed some typos in the documentation
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 22 Aug 2010 12:03:53 -0700 |
parents | baf8195aeb92 |
children |
line wrap: on
line diff
--- a/README.gesture Sun Aug 22 12:00:02 2010 -0700 +++ b/README.gesture Sun Aug 22 12:03:53 2010 -0700 @@ -36,7 +36,7 @@ ------- 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 @@ For a complete example see test/testgesture.c Please direct questions/comments to: - jim.tla+sdl_touch@gmail.com \ No newline at end of file + jim.tla+sdl_touch@gmail.com