Load user configuration on input initialization

This commit is contained in:
Lisiowen 2026-04-25 11:33:05 +01:00 committed by GitHub
parent 46b6e6260c
commit 7b6c0b49db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -137,6 +137,8 @@ void KeyboardMouseInput::Init()
rid.dwFlags = 0;
rid.hwndTarget = g_hWnd;
RegisterRawInputDevices(&rid, 1, sizeof(rid));
LoadUserConfig();
}
void KeyboardMouseInput::ClearAllState()