summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2010-10-28 11:11:01 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2010-10-28 11:11:01 +0000
commitd7bb580b5087c02a6b9579be4ae51b6ceafe5230 (patch)
tree2b1c1b8167d891bea8fd4856918a7d5e83584c6a
parent943de3ce49e3ff4bbdefa7459dbc3b885fe145ad (diff)
downloadrockbox-d7bb580b5087c02a6b9579be4ae51b6ceafe5230.tar.gz
rockbox-d7bb580b5087c02a6b9579be4ae51b6ceafe5230.zip
Fix the manual for %Tp
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28371 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/appendix/wps_tags.tex8
1 files changed, 6 insertions, 2 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index cec341eb87..4ee7d4e820 100644
--- a/manual/appendix/wps_tags.tex
+++ b/manual/appendix/wps_tags.tex
@@ -586,7 +586,11 @@ Example:
586 586
587 587
588\opt{touchscreen}{ 588\opt{touchscreen}{
589 \section{Touchscreen Areas (WPS only)} 589 \section{Target Has A Touchscreen?}
590 \begin{tagmap}
591 \config{\%Tp} & Indicates that the target has a touchscreen.\\
592 \end{tagmap}
593 \section{Touchscreen Areas}
590 \begin{tagmap} 594 \begin{tagmap}
591 \config{\%T(x,y,[width],\tabnlindent[height],action)} 595 \config{\%T(x,y,[width],\tabnlindent[height],action)}
592 & Invoke the action specified when the user presses in the defined 596 & Invoke the action specified when the user presses in the defined
@@ -615,7 +619,7 @@ Example:
615 \item[volup] -- Increase the volume by one step. 619 \item[volup] -- Increase the volume by one step.
616 \end{description} 620 \end{description}
617 621
618 \section{Last Touchscreen Press (WPS only)} 622 \section{Last Touchscreen Press}
619 \begin{tagmap} 623 \begin{tagmap}
620 \config{\%Tl} & Indicates that the touchscreen is pressed.\\ 624 \config{\%Tl} & Indicates that the touchscreen is pressed.\\
621 \end{tagmap} 625 \end{tagmap}