Reset keybindings when delta times are changed

This commit is contained in:
Emma Broman
2020-09-21 13:20:45 +02:00
parent aa42d22e51
commit 64a09b50c3
4 changed files with 20 additions and 6 deletions
@@ -62,6 +62,7 @@ public:
std::string documentation = "", std::string name = "", std::string guiPath = "");
void removeKeyBinding(const std::string& key);
void removeKeyBinding(const KeyWithModifier& key);
std::vector<std::pair<KeyWithModifier, KeyInformation>> keyBinding(
const std::string& key) const;