Don't allow binding B (right MB, thanks Frank)

This commit is contained in:
simon.kagstrom 2009-05-23 13:53:25 +00:00
parent b73dc13c3b
commit 44bbde118d

View File

@ -39,7 +39,7 @@ static const char *main_menu_messages[] = {
static const char *keyboard_messages[] = { static const char *keyboard_messages[] = {
/*00*/ "Wiimote", /*00*/ "Wiimote",
/*01*/ "^|B|1|-|+", /*01*/ "^|1|-|+",
/*02*/ "Nunchuk", /*02*/ "Nunchuk",
/*03*/ "^|C", /*03*/ "^|C",
/*04*/ "Classic", /*04*/ "Classic",
@ -368,7 +368,7 @@ static void insert_keyboard_map(const char *key, const char *fmt, ...)
static void keyboard_options(void) static void keyboard_options(void)
{ {
const int wiimote_to_sdl[] = {1, 2, 4, 5}; const int wiimote_to_sdl[] = {2, 4, 5};
const int nunchuk_to_sdl[] = {8}; const int nunchuk_to_sdl[] = {8};
const int classic_to_sdl[] = {10, 11, 12, 13, 14, 15, 16, 17, 18}; const int classic_to_sdl[] = {10, 11, 12, 13, 14, 15, 16, 17, 18};
int sdl_key = 1; int sdl_key = 1;