correct MtxOrb keypress mapping

This commit is contained in:
marschap
2005-01-22 18:43:56 +00:00
parent ffdd1a4925
commit 112d58eb33
+3 -3
View File
@@ -1264,9 +1264,9 @@ MtxOrb_get_key (Driver *drvthis)
if (!p->keypad_test_mode) {
if (in==p->left_key) { return "Left";
} else if (in==p->right_key) { return "Up";
} else if (in==p->up_key) { return "Down";
} else if (in==p->down_key) { return "Right";
} else if (in==p->right_key) { return "Right";
} else if (in==p->up_key) { return "Up";
} else if (in==p->down_key) { return "Down";
} else if (in==p->enter_key) { return "Enter";
} else if (in==p->escape_key) { return "Escape";
} else {