[Scummvm-git-logs] scummvm master -> 0aa8aea4f78adcae8aa2c87d2210ff0a90b99922
ccawley2011
ccawley2011 at gmail.com
Sat May 1 20:06:31 UTC 2021
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
0aa8aea4f7 GUI: Remove default mappings for the EE action
Commit: 0aa8aea4f78adcae8aa2c87d2210ff0a90b99922
https://github.com/scummvm/scummvm/commit/0aa8aea4f78adcae8aa2c87d2210ff0a90b99922
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2021-05-01T21:06:18+01:00
Commit Message:
GUI: Remove default mappings for the EE action
Changed paths:
gui/gui-manager.cpp
diff --git a/gui/gui-manager.cpp b/gui/gui-manager.cpp
index 1c33fbbbf5..c6250944c5 100644
--- a/gui/gui-manager.cpp
+++ b/gui/gui-manager.cpp
@@ -185,8 +185,6 @@ Common::Keymap *GuiManager::getKeymap() const {
act = new Action(kStandardActionEE, _("???"));
act->setKeyEvent(KEYCODE_v);
- act->addDefaultInputMapping("v");
- act->addDefaultInputMapping("JOY_RIGHT_STICK");
guiMap->addAction(act);
return guiMap;
More information about the Scummvm-git-logs
mailing list