diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2010-10-28 11:11:01 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2010-10-28 11:11:01 +0000 |
| commit | d7bb580b5087c02a6b9579be4ae51b6ceafe5230 (patch) | |
| tree | 2b1c1b8167d891bea8fd4856918a7d5e83584c6a /manual/appendix | |
| parent | 943de3ce49e3ff4bbdefa7459dbc3b885fe145ad (diff) | |
| download | rockbox-d7bb580b5087c02a6b9579be4ae51b6ceafe5230.zip rockbox-d7bb580b5087c02a6b9579be4ae51b6ceafe5230.tar.gz rockbox-d7bb580b5087c02a6b9579be4ae51b6ceafe5230.tar.bz2 rockbox-d7bb580b5087c02a6b9579be4ae51b6ceafe5230.tar.xz | |
Fix the manual for %Tp
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28371 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/appendix')
| -rw-r--r-- | manual/appendix/wps_tags.tex | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex index cec341e..4ee7d4e 100644 --- a/manual/appendix/wps_tags.tex +++ b/manual/appendix/wps_tags.tex @@ -586,7 +586,11 @@ Example: \opt{touchscreen}{ - \section{Touchscreen Areas (WPS only)} + \section{Target Has A Touchscreen?} + \begin{tagmap} + \config{\%Tp} & Indicates that the target has a touchscreen.\\ + \end{tagmap} + \section{Touchscreen Areas} \begin{tagmap} \config{\%T(x,y,[width],\tabnlindent[height],action)} & Invoke the action specified when the user presses in the defined @@ -615,7 +619,7 @@ Example: \item[volup] -- Increase the volume by one step. \end{description} - \section{Last Touchscreen Press (WPS only)} + \section{Last Touchscreen Press} \begin{tagmap} \config{\%Tl} & Indicates that the touchscreen is pressed.\\ \end{tagmap} |