rockbox/manual/plugins/maze.tex
Sebastian Leonhardt 6548dc2943 Manual: Add missing plugins
The text is usually only a short description taken from the wiki and
don't contain screenshots or keymaps, but should be better than nothing. :)

Added manual entries:
- Boomshine
- Dict
- FFT
- main_menu_config
- Matrix
- Maze (including keymap)
- PDbox
- Superdom
Additional changes/fixes:
- fix "Clix" alphabetical order
- add Frotz & ZXBox to games preamble

Change-Id: I169870420cbac8123695747ccfcbaaf3478c11cc
2016-04-15 01:15:30 +02:00

39 lines
945 B
TeX

\subsection{Maze}
This is a simple maze generator that creates perfect mazes that have only
one solution.
\begin{btnmap}
\opt{IPOD_3G_PAD}{\ButtonScrollBack/\ButtonScrollFwd/\ButtonLeft/\ButtonRight}
\nopt{IPOD_3G_PAD}{\PluginUp/\PluginDown/\PluginLeft/\PluginRight}
&
\opt{HAVEREMOTEKEYMAP}{
\PluginRCUp, \PluginRCDown, \PluginRCLeft, \PluginRCRight
&}
Navigate maze
\\
\opt{IPOD_3G_PAD}{\ButtonMenu}
\nopt{IPOD_3G_PAD}{\PluginCancel}
&
\opt{HAVEREMOTEKEYMAP}{\PluginRCCancel
&}
Exit plugin
\\
\opt{IPOD_3G_PAD}{Long \ButtonSelect}
\nopt{IPOD_3G_PAD}{\PluginSelectRepeat}
&
\opt{HAVEREMOTEKEYMAP}{\PluginRCSelectRepeat
&}
New Maze
\\
\opt{IPOD_3G_PAD}{\ButtonSelect}
\nopt{IPOD_3G_PAD}{\PluginSelect}
&
\opt{HAVEREMOTEKEYMAP}{\PluginRCSelect
&}
Display solution (toggle)
\\
\end{btnmap}