Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed some typos in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Aug 22, 2010
1 parent 59586a1 commit bafd048
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.gesture
Expand Up @@ -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 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. Both functions return the number of gestures sucessfully saved.


Expand Down Expand Up @@ -69,4 +69,4 @@ Notes
For a complete example see test/testgesture.c For a complete example see test/testgesture.c


Please direct questions/comments to: Please direct questions/comments to:
jim.tla+sdl_touch@gmail.com jim.tla+sdl_touch@gmail.com
4 changes: 2 additions & 2 deletions README.touch
Expand Up @@ -10,7 +10,7 @@ The Mac and Iphone API's are pretty. If your touch device supports them then you
iPhone: iPhone:
Works out of box. 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 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


=========================================================================== ===========================================================================
Expand Down Expand Up @@ -98,4 +98,4 @@ Notes
For a complete example see test/testgesture.c For a complete example see test/testgesture.c


Please direct questions/comments to: Please direct questions/comments to:
jim.tla+sdl_touch@gmail.com jim.tla+sdl_touch@gmail.com

0 comments on commit bafd048

Please sign in to comment.