summaryrefslogtreecommitdiff
path: root/manual/plugins/pong.tex
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2006-04-03 22:45:01 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2006-04-03 22:45:01 +0000
commit8c177221b31d9b86aa286092ede463a1c5f0a4b4 (patch)
tree885e5749966e3c4e7e29ef86222b299f29a0f4d6 /manual/plugins/pong.tex
parentc42c971d6c2e466d6a9de971aa759460346dc704 (diff)
downloadrockbox-8c177221b31d9b86aa286092ede463a1c5f0a4b4.tar.gz
rockbox-8c177221b31d9b86aa286092ede463a1c5f0a4b4.zip
Added environment to unify button mapping tables. Adjust plugins to use it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9475 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/pong.tex')
-rw-r--r--manual/plugins/pong.tex29
1 files changed, 18 insertions, 11 deletions
diff --git a/manual/plugins/pong.tex b/manual/plugins/pong.tex
index ab47c4238f..74c74eb67e 100644
--- a/manual/plugins/pong.tex
+++ b/manual/plugins/pong.tex
@@ -2,15 +2,22 @@
2\screenshot{plugins/images/ss-pong}{Pong}{img:pong} 2\screenshot{plugins/images/ss-pong}{Pong}{img:pong}
3Pong is a simple two player ``tennis game''. Whenever a player misses the ball the other scores. 3Pong is a simple two player ``tennis game''. Whenever a player misses the ball the other scores.
4 4
5\begin{table}[ht!] 5\begin{table}
6 \begin{center} 6 \begin{btnmap}{}{}
7 \begin{tabular}{ll}\toprule 7 \opt{recorder,recorderv2fm}{F1}\opt{ondio}{LEFT}\opt{h1xx,h300}{UP}
8 \textbf{Key} & \textbf{Action}\\\midrule 8 \opt{ipodcolor,ipodnano}{MENU}
9 \opt{recorder,recorderv2fm}{F1}\opt{ondio}{LEFT}\opt{h1xx,h300}{UP}\opt{ipodcolor,ipodnano}{MENU} & Left player up\\ 9 & Left player up\\
10 \opt{recorder,recorderv2fm,ipodcolor,ipodnano}{LEFT}\opt{ondio}{MODE}\opt{h1xx,h300}{DOWN} & Left player down\\ 10 \opt{recorder,recorderv2fm,ipodcolor,ipodnano}{LEFT}
11 \opt{recorder,recorderv2fm}{F3}\opt{ondio}{UP}\opt{h1xx,h300}{PLAY}\opt{ipodcolor,ipodnano}{RIGHT} & Right player up\\ 11 \opt{ondio}{MODE}\opt{h1xx,h300}{DOWN}
12 \opt{recorder,recorderv2fm}{RIGHT}\opt{ondio}{DOWN}\opt{h1xx,h300}{A-B}\opt{ipodcolor,ipodnano}{PLAY} & Right player down\\ 12 & Left player down\\
13 \opt{recorder,recorderv2fm,h1xx,h300}{STOP}\opt{ondio}{OFF}\opt{ipodcolor,ipodnano}{SELECT} & Quit\\\bottomrule 13 \opt{recorder,recorderv2fm}{F3}\opt{ondio}{UP}
14 \end{tabular} 14 \opt{h1xx,h300}{PLAY}\opt{ipodcolor,ipodnano}{RIGHT}
15 \end{center} 15 & Right player up\\
16 \opt{recorder,recorderv2fm}{RIGHT}\opt{ondio}{DOWN}
17 \opt{h1xx,h300}{A-B}\opt{ipodcolor,ipodnano}{PLAY}
18 & Right player down\\
19 \opt{recorder,recorderv2fm,h1xx,h300}{STOP}\opt{ondio}{OFF}
20 \opt{ipodcolor,ipodnano}{SELECT}
21 & Quit\\
22 \end{btnmap}
16\end{table} 23\end{table}