J :
* Remove the binding for HOME from the default bindings. (this key cannot be detected or used anyway)
This commit is contained in:
@@ -252,7 +252,6 @@ __attribute__((constructor)) void handlerInit()
|
|||||||
|
|
||||||
static const struct { LocalKeySym keysym; JButton keycode; } gDefaultBindings[] =
|
static const struct { LocalKeySym keysym; JButton keycode; } gDefaultBindings[] =
|
||||||
{
|
{
|
||||||
{ PSP_CTRL_HOME, JGE_BTN_QUIT },
|
|
||||||
{ PSP_CTRL_START, JGE_BTN_MENU },
|
{ PSP_CTRL_START, JGE_BTN_MENU },
|
||||||
{ PSP_CTRL_SELECT, JGE_BTN_CTRL },
|
{ PSP_CTRL_SELECT, JGE_BTN_CTRL },
|
||||||
{ PSP_CTRL_RIGHT, JGE_BTN_RIGHT },
|
{ PSP_CTRL_RIGHT, JGE_BTN_RIGHT },
|
||||||
|
|||||||
Reference in New Issue
Block a user