summaryrefslogtreecommitdiff
path: root/src/input
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-02-13 01:54:28 +0300
committerAndrei Karas <akaras@inbox.ru>2018-02-13 04:28:32 +0300
commitacba95ebb0119e7b0f9ef01d9bf3577582857253 (patch)
treeb5346c2a5642456e793b28487020cf1c727d8f07 /src/input
parent0a47f5c44ddd5fb5157d116ffe0f5ee5f4207eb0 (diff)
downloadplus-acba95ebb0119e7b0f9ef01d9bf3577582857253.tar.gz
plus-acba95ebb0119e7b0f9ef01d9bf3577582857253.tar.bz2
plus-acba95ebb0119e7b0f9ef01d9bf3577582857253.tar.xz
plus-acba95ebb0119e7b0f9ef01d9bf3577582857253.zip
Add clan window.
For now can be opened only by chat command /clan.
Diffstat (limited to 'src/input')
-rw-r--r--src/input/inputactionmap.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h
index 45561eec6..6e00ebe10 100644
--- a/src/input/inputactionmap.h
+++ b/src/input/inputactionmap.h
@@ -5954,6 +5954,18 @@ static const InputActionData inputActionData
"addskillshortcut|skillshortcut",
UseArgs_true,
Protected_false},
+ {"keyWindowClan",
+ emptyKey,
+ emptyKey,
+ Input::GRP_DEFAULT | Input::GRP_GUI,
+ &Actions::clanWindowShow,
+ InputAction::NO_VALUE, 50,
+ InputCondition::KEY_DOWN |
+ InputCondition::GAME |
+ InputCondition::NOTARGET,
+ "clanwindow|clan",
+ UseArgs_false,
+ Protected_false},
};
#undef defaultAction