summaryrefslogtreecommitdiff
path: root/manual/plugins/pong.tex
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-10-17 14:43:39 +0000
committerMartin Arver <martin.arver@gmail.com>2006-10-17 14:43:39 +0000
commit5df64236da4458edf665e486aee03f9c6c475f7f (patch)
treef3da72ec7b282c18511f00f276625935c81da606 /manual/plugins/pong.tex
parent08a4ceaae7ac756b8815b230d12ba7992a0cb120 (diff)
downloadrockbox-5df64236da4458edf665e486aee03f9c6c475f7f.tar.gz
rockbox-5df64236da4458edf665e486aee03f9c6c475f7f.zip
Add missing h10 button definitions for the game plugins.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11248 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/pong.tex')
-rw-r--r--manual/plugins/pong.tex22
1 files changed, 13 insertions, 9 deletions
diff --git a/manual/plugins/pong.tex b/manual/plugins/pong.tex
index a004685b57..b7354dc23c 100644
--- a/manual/plugins/pong.tex
+++ b/manual/plugins/pong.tex
@@ -5,28 +5,32 @@ Pong is a simple two player ``tennis game''. Whenever a player misses the ball t
5\begin{table} 5\begin{table}
6 \begin{btnmap}{}{} 6 \begin{btnmap}{}{}
7 \opt{RECORDER_PAD}{\ButtonFOne} 7 \opt{RECORDER_PAD}{\ButtonFOne}
8 \opt{ONDIO_PAD}{\ButtonLeft} 8 \opt{ONDIO_PAD}{\ButtonLeft}
9 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonUp} 9 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonUp}
10 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} 10 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
11 \opt{IRIVER_H10_PAD}{\ButtonScrollUp}
11 & Left player up\\ 12 & Left player up\\
12 \opt{RECORDER_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonLeft} 13 \opt{RECORDER_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonLeft}
13 \opt{ONDIO_PAD}{\ButtonMenu} 14 \opt{ONDIO_PAD}{\ButtonMenu}
14 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonDown} 15 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonDown}
16 \opt{IRIVER_H10_PAD}{\ButtonScrollDown}
15 & Left player down\\ 17 & Left player down\\
16 \opt{RECORDER_PAD}{\ButtonFThree} 18 \opt{RECORDER_PAD}{\ButtonFThree}
17 \opt{ONDIO_PAD}{\ButtonUp} 19 \opt{ONDIO_PAD}{\ButtonUp}
18 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} 20 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
19 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonRight} 21 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonRight}
20 \opt{IAUDIO_X5_PAD}{\ButtonRec} 22 \opt{IAUDIO_X5_PAD}{\ButtonRec}
23 \opt{IRIVER_H10_PAD}{\ButtonRew}
21 & Right player up\\ 24 & Right player up\\
22 \opt{RECORDER_PAD}{\ButtonRight} 25 \opt{RECORDER_PAD}{\ButtonRight}
23 \opt{ONDIO_PAD}{\ButtonDown} 26 \opt{ONDIO_PAD}{\ButtonDown}
24 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} 27 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
25 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD}{\ButtonPlay} 28 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD}{\ButtonPlay}
29 \opt{IRIVER_H10_PAD}{\ButtonFF}
26 & Right player down\\ 30 & Right player down\\
27 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 31 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
28 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect} 32 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect}
29 \opt{IAUDIO_X5_PAD}{\ButtonPower} 33 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPower}
30 & Quit\\ 34 & Quit\\
31 \end{btnmap} 35 \end{btnmap}
32\end{table} 36\end{table}