summaryrefslogtreecommitdiff
path: root/src/input
diff options
context:
space:
mode:
Diffstat (limited to 'src/input')
-rw-r--r--src/input/inputaction.h1
-rw-r--r--src/input/inputactionmap.h9
2 files changed, 10 insertions, 0 deletions
diff --git a/src/input/inputaction.h b/src/input/inputaction.h
index 4de3c7cb4..7e330f909 100644
--- a/src/input/inputaction.h
+++ b/src/input/inputaction.h
@@ -515,6 +515,7 @@ namespace InputAction
KICK,
LEAVE_PARTY,
WARP,
+ CLEAR_CHAT,
TOTAL
};
} // namespace InputAction
diff --git a/src/input/inputactionmap.h b/src/input/inputactionmap.h
index ac54eaedb..6d09c4e6f 100644
--- a/src/input/inputactionmap.h
+++ b/src/input/inputactionmap.h
@@ -4378,6 +4378,15 @@ static const InputActionData inputActionData[InputAction::TOTAL] = {
InputCondition::INGAME,
"warp",
true},
+ {"keyClearChat",
+ InputType::UNKNOWN, InputAction::NO_VALUE,
+ InputType::UNKNOWN, InputAction::NO_VALUE,
+ Input::GRP_DEFAULT,
+ &Actions::clearChat,
+ InputAction::NO_VALUE, 50,
+ InputCondition::INGAME,
+ "clearchat|chatclear",
+ false},
};
#endif // INPUT_INPUTACTIONMAP_H