diff options
| author | Tomer Shalev <shalev.tomer@gmail.com> | 2010-02-07 19:16:21 +0000 |
|---|---|---|
| committer | Tomer Shalev <shalev.tomer@gmail.com> | 2010-02-07 19:16:21 +0000 |
| commit | ed0290d30ff1449144218738e1f2f6f9d94dc1bc (patch) | |
| tree | 540b6c8d14cbb6e4a4c5e2a49f0133d88c6b99d2 | |
| parent | 1e6847db7567aa6822483527ad93e66b6c6bb64f (diff) | |
| download | rockbox-ed0290d30ff1449144218738e1f2f6f9d94dc1bc.zip rockbox-ed0290d30ff1449144218738e1f2f6f9d94dc1bc.tar.gz rockbox-ed0290d30ff1449144218738e1f2f6f9d94dc1bc.tar.bz2 rockbox-ed0290d30ff1449144218738e1f2f6f9d94dc1bc.tar.xz | |
Cowon D2: Use buttons for Brickmania instead of touchscreen, which hides the paddle
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24553 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/plugins/brickmania.c | 3 | ||||
| -rw-r--r-- | manual/plugins/brickmania.tex | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/apps/plugins/brickmania.c b/apps/plugins/brickmania.c index 400ee02..ba3b495 100644 --- a/apps/plugins/brickmania.c +++ b/apps/plugins/brickmania.c @@ -202,6 +202,9 @@ CONFIG_KEYPAD == SANSA_M200_PAD #elif CONFIG_KEYPAD == COWON_D2_PAD #define QUIT BUTTON_POWER +#define LEFT BUTTON_MINUS +#define RIGHT BUTTON_PLUS +#define SELECT BUTTON_MENU #elif CONFIG_KEYPAD == ONDAVX747_PAD #define QUIT BUTTON_POWER diff --git a/manual/plugins/brickmania.tex b/manual/plugins/brickmania.tex index 333f765..f191a45 100644 --- a/manual/plugins/brickmania.tex +++ b/manual/plugins/brickmania.tex @@ -31,7 +31,7 @@ effect, you must catch it with the paddle. Look out for the bad ones.\\ \ButtonVolDown\ / \ButtonVolUp} \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{ \ButtonScrollBack\ / \ButtonScrollFwd} - \opt{COWON_D2_PAD}{\TouchBottomLeft / \TouchBottomRight / \TouchTopMiddle / \TouchBottomMiddle} + \opt{COWON_D2_PAD}{\ButtonMinus\ / \ButtonPlus} \opt{HAVEREMOTEKEYMAP}{& } & Moves the paddle\\ \opt{RECORDER_PAD,IAUDIO_X5_PAD}{\ButtonPlay\ / \ButtonUp} @@ -40,7 +40,7 @@ effect, you must catch it with the paddle. Look out for the bad ones.\\ ,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect\ / \ButtonUp} \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonSelect} \opt{IRIVER_H10_PAD}{\ButtonPlay\ / \ButtonScrollUp} - \opt{COWON_D2_PAD}{\TouchCenter} + \opt{COWON_D2_PAD}{\ButtonMenu} \opt{HAVEREMOTEKEYMAP}{& } & Release the ball / Fire\\ \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} |