Keyboard and input manager cleanup/style

This commit is contained in:
Klaus Basan
2018-08-21 23:11:40 +02:00
parent 433818ca4f
commit 48738c87ab
4 changed files with 12 additions and 14 deletions

View File

@@ -69,7 +69,7 @@ namespace BlackCore
}
}
void CInputManager::ps_changeHotkeySettings()
void CInputManager::onChangedHotkeySettings()
{
m_configuredActions.clear();
for (const CActionHotkey &actionHotkey : m_actionHotkeys.getThreadLocal())