mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-15 01:24:45 +02:00
Spaces -> tabs
This commit is contained in:
@ -86,5 +86,4 @@ public:
|
|||||||
bool isKeyboardAltDown() const;
|
bool isKeyboardAltDown() const;
|
||||||
bool isKeyboardCtrlDown() const;
|
bool isKeyboardCtrlDown() const;
|
||||||
bool isKeyboardShiftDown() const;
|
bool isKeyboardShiftDown() const;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
@ -140,8 +140,7 @@
|
|||||||
"joystick": {
|
"joystick": {
|
||||||
"leftaxis": "cursorMotion",
|
"leftaxis": "cursorMotion",
|
||||||
"rightaxis": "mapScroll",
|
"rightaxis": "mapScroll",
|
||||||
"a": ["globalAccept", "globalReturn", "lobbyBeginStandardGame", "lobbyBeginCampaign", "lobbyLoadGame",
|
"a": ["globalAccept", "globalReturn", "lobbyBeginStandardGame", "lobbyBeginCampaign", "lobbyLoadGame", "lobbySaveGame", "adventureViewSelected", "adventureExitWorldView", "battleTacticsEnd"],
|
||||||
"lobbySaveGame", "adventureViewSelected", "adventureExitWorldView", "battleTacticsEnd"],
|
|
||||||
"b": ["globalCancel", "globalReturn", "adventureExitWorldView"],
|
"b": ["globalCancel", "globalReturn", "adventureExitWorldView"],
|
||||||
"x": "mouseLeftClick",
|
"x": "mouseLeftClick",
|
||||||
"y": "mouseRightClick",
|
"y": "mouseRightClick",
|
||||||
@ -151,8 +150,7 @@
|
|||||||
"righttrigger": ["adventureCastSpell", "battleCastSpell"],
|
"righttrigger": ["adventureCastSpell", "battleCastSpell"],
|
||||||
"back": ["gameEndTurn", "battleAutocombatEnd"],
|
"back": ["gameEndTurn", "battleAutocombatEnd"],
|
||||||
"start": ["globalOptions", "adventureGameOptions"],
|
"start": ["globalOptions", "adventureGameOptions"],
|
||||||
"dpup": ["moveUp", "adventureViewWorld", "recruitmentUpgrade", "recruitmentUpgradeAll",
|
"dpup": ["moveUp", "adventureViewWorld", "recruitmentUpgrade", "recruitmentUpgradeAll", "battleConsoleUp", "recruitmentMax"],
|
||||||
"battleConsoleUp", "recruitmentMax"],
|
|
||||||
"dpdown": ["moveDown", "adventureKingdomOverview", "battleConsoleDown","recruitmentMin"],
|
"dpdown": ["moveDown", "adventureKingdomOverview", "battleConsoleDown","recruitmentMin"],
|
||||||
"dpleft": ["moveLeft", "adventureViewScenario"],
|
"dpleft": ["moveLeft", "adventureViewScenario"],
|
||||||
"dpright": ["moveRight", "adventureThievesGuild"],
|
"dpright": ["moveRight", "adventureThievesGuild"],
|
||||||
|
Reference in New Issue
Block a user