From db49a49a78def2ee22250625d803981d91b90f83 Mon Sep 17 00:00:00 2001 From: "jean.chalard" Date: Sun, 28 Feb 2010 13:24:29 +0000 Subject: [PATCH] J : * Remove the binding for HOME from the default bindings. (this key cannot be detected or used anyway) --- JGE/src/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/JGE/src/main.cpp b/JGE/src/main.cpp index c8db78acb..995c9c369 100644 --- a/JGE/src/main.cpp +++ b/JGE/src/main.cpp @@ -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 },