KEYMAPPER: Remove automapping dead code
This commit is contained in:
parent
d0c655f1fa
commit
aa42d78658
15 changed files with 257 additions and 499 deletions
|
@ -189,13 +189,13 @@ Common::Keymap *OSystem_SDL_Maemo::getGlobalKeymap() {
|
|||
evt.customType = Maemo::kEventClickMode;
|
||||
act->addEvent(evt);
|
||||
|
||||
act = new Action(globalMap, "LCLK", _("Left Click"), kLeftClickActionType);
|
||||
act = new Action(globalMap, "LCLK", _("Left Click"));
|
||||
act->addLeftClickEvent();
|
||||
|
||||
act = new Action(globalMap, "MCLK", _("Middle Click"));
|
||||
act->addMiddleClickEvent();
|
||||
|
||||
act = new Action(globalMap, "RCLK", _("Right Click"), kRightClickActionType);
|
||||
act = new Action(globalMap, "RCLK", _("Right Click"));
|
||||
act->addRightClickEvent();
|
||||
|
||||
return globalMap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue