From ed0290d30ff1449144218738e1f2f6f9d94dc1bc Mon Sep 17 00:00:00 2001 From: Tomer Shalev Date: Sun, 7 Feb 2010 19:16:21 +0000 Subject: 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 --- apps/plugins/brickmania.c | 3 +++ 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} -- cgit v1.1