mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Load user configuration on input initialization
This commit is contained in:
parent
46b6e6260c
commit
7b6c0b49db
|
|
@ -137,6 +137,8 @@ void KeyboardMouseInput::Init()
|
||||||
rid.dwFlags = 0;
|
rid.dwFlags = 0;
|
||||||
rid.hwndTarget = g_hWnd;
|
rid.hwndTarget = g_hWnd;
|
||||||
RegisterRawInputDevices(&rid, 1, sizeof(rid));
|
RegisterRawInputDevices(&rid, 1, sizeof(rid));
|
||||||
|
|
||||||
|
LoadUserConfig();
|
||||||
}
|
}
|
||||||
|
|
||||||
void KeyboardMouseInput::ClearAllState()
|
void KeyboardMouseInput::ClearAllState()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue