reload input after exec once
This commit is contained in:
parent
19cd04c85f
commit
0013ef9ef0
1 changed files with 4 additions and 0 deletions
|
|
@ -1153,6 +1153,10 @@ void CConfigManager::dispatchExecOnce() {
|
||||||
}
|
}
|
||||||
|
|
||||||
firstExecRequests.clear(); // free some kb of memory :P
|
firstExecRequests.clear(); // free some kb of memory :P
|
||||||
|
|
||||||
|
// set input, fixes some certain issues
|
||||||
|
g_pInputManager->setKeyboardLayout();
|
||||||
|
g_pInputManager->setMouseConfigs();
|
||||||
}
|
}
|
||||||
|
|
||||||
void CConfigManager::performMonitorReload() {
|
void CConfigManager::performMonitorReload() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue