rockbox/manual/plugins/bounce.tex
Jean-Louis Biasini 7c215b1be8 bounce's plugin PLA integration (main code + manual)
1) this patch replace all keymaps with PLA ones.

2) the patch also do the required change to the manual in order to match
code's changes.

3) it also add an alternative exit button (PLA_EXIT or PLA_CANCEL)

4) Also cut out the remote control related mapping as PLA handle remote controls
his own way so that we don't need them anymore

5) change scrollwheel mapping in order to have it controlling the value of selected field unstead of field selection

Change-Id: I023122d45a8337fad1e8ed8be12d4c928bdd1292
Reviewed-on: http://gerrit.rockbox.org/106
Reviewed-by: Thomas Martitz <kugel@rockbox.org>
Tested-by: Thomas Martitz <kugel@rockbox.org>
2012-02-24 13:11:51 +01:00

36 lines
1.1 KiB
TeX

\subsection{Bounce}
\screenshot{plugins/images/ss-bounce}{Bounce}{img:bounce}
This demo is of the word ``Rockbox'' bouncing across the screen.
\opt{rtc}{There is also an analogue clock in the background.}
In \setting{Scroll mode} the bouncing text is replaced by a different one
scrolling from right to left.
\begin{btnmap}
\PluginUp / \PluginDown
\opt{HAVEREMOTEKEYMAP}{& }
& Moves to next/previous option\\
\nopt{scrollwheel} {
\PluginRight{} / \PluginLeft
}
\opt{scrollwheel} {
\PluginScrollFwd{} / \PluginScrollBack
}
\opt{HAVEREMOTEKEYMAP}{& }
& Increases/decreases option value\\
\PluginSelect
\opt{HAVEREMOTEKEYMAP}{& }
& Toggles Scroll mode\\
\PluginCancel{} or \PluginExit
\opt{HAVEREMOTEKEYMAP}{& }
& Exits bounce demo\\
\end{btnmap}
Available options are:
\begin{description}
\item[Xdist/Ydist.] The distance to X axis and Y axis
respectively
\item[Xadd/Yadd.]How fast the code moves on the sine curve on
each axis
\item[Xsane/Ysane.] Changes the appearance of the bouncing.
\end{description}