# HG changeset patch # User Sam Lantinga # Date 1282503833 25200 # Node ID 2ede56a19f2f2e06299ff74805fa1a0ac1f0e3ef # Parent 61b22e0897b7ee3fe4b17d283b3b31c82674d6ba Fixed some typos in the documentation diff -r 61b22e0897b7 -r 2ede56a19f2f README.gesture --- 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 diff -r 61b22e0897b7 -r 2ede56a19f2f README.touch --- a/README.touch Sun Aug 22 12:00:02 2010 -0700 +++ b/README.touch Sun Aug 22 12:03:53 2010 -0700 @@ -10,7 +10,7 @@ iPhone: Works out of box. -Winows: +Windows: Unfortunately there is no windows support as of yet. Support for Windows 7 is planned, but we currently have no way to test. If you have a Windows 7 WM_TOUCH supported device, and are willing to help test please contact me at jim.tla+sdl_touch@gmail.com =========================================================================== @@ -98,4 +98,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