mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 04:28:37 +00:00
WINTERMUTE: Added override keyword
This commit is contained in:
parent
2a5f16faac
commit
786af20bc7
@ -215,13 +215,13 @@ public:
|
||||
return retVal;
|
||||
}
|
||||
|
||||
Common::KeymapArray initKeymaps(const char *target) const {
|
||||
Common::KeymapArray initKeymaps(const char *target) const override {
|
||||
using namespace Common;
|
||||
|
||||
Keymap *engineKeyMap = new Keymap(Keymap::kKeymapTypeGame, "wintermute", "Wintermute engine");
|
||||
|
||||
Action *act;
|
||||
|
||||
|
||||
act = new Action("LCLK", _("Left Click"));
|
||||
act->setLeftClickEvent();
|
||||
act->addDefaultInputMapping("MOUSE_LEFT"); // original mouse
|
||||
|
Loading…
Reference in New Issue
Block a user