* Remove the binding for HOME from the default bindings.
  (this key cannot be detected or used anyway)
This commit is contained in:
jean.chalard
2010-02-28 13:24:29 +00:00
parent 168154b52d
commit db49a49a78

View File

@@ -252,7 +252,6 @@ __attribute__((constructor)) void handlerInit()
static const struct { LocalKeySym keysym; JButton keycode; } gDefaultBindings[] =
{
{ PSP_CTRL_HOME, JGE_BTN_QUIT },
{ PSP_CTRL_START, JGE_BTN_MENU },
{ PSP_CTRL_SELECT, JGE_BTN_CTRL },
{ PSP_CTRL_RIGHT, JGE_BTN_RIGHT },