Commit 6354bc89 authored by Sam Lantinga's avatar Sam Lantinga

Fixed some typos in the documentation

parent c8de3db3
...@@ -36,7 +36,7 @@ Saving: ...@@ -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.
......
...@@ -10,7 +10,7 @@ The Mac and Iphone API's are pretty. If your touch device supports them then you ...@@ -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
=========================================================================== ===========================================================================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment