mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-09 12:22:51 +00:00
GRIM: Remove 'Quit' key mapping to avoid conflict with virtual keyboard
This commit is contained in:
parent
0eac2023db
commit
ccc9f6634d
@ -516,11 +516,6 @@ Common::KeymapArray GrimEngine::initKeymapsGrim(const char *target) {
|
||||
act->addDefaultInputMapping("JOY_GUIDE");
|
||||
engineKeyMap->addAction(act);
|
||||
|
||||
act = new Action("QUIT", _("Quit"));
|
||||
act->setKeyEvent(KeyState(KEYCODE_q, 'q'));
|
||||
act->addDefaultInputMapping("JOY_BACK");
|
||||
engineKeyMap->addAction(act);
|
||||
|
||||
return Keymap::arrayOf(engineKeyMap);
|
||||
}
|
||||
|
||||
@ -613,11 +608,6 @@ Common::KeymapArray GrimEngine::initKeymapsEMI(const char *target) {
|
||||
act->addDefaultInputMapping("JOY_GUIDE");
|
||||
engineKeyMap->addAction(act);
|
||||
|
||||
act = new Action("QUIT", _("Quit"));
|
||||
act->setKeyEvent(KeyState(KEYCODE_q, 'q'));
|
||||
act->addDefaultInputMapping("JOY_BACK");
|
||||
engineKeyMap->addAction(act);
|
||||
|
||||
return Keymap::arrayOf(engineKeyMap);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user