mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Replace LoadUserConfig with LoadUserControls
Corrected function name.
This commit is contained in:
parent
7b6c0b49db
commit
2da7d3bfc6
|
|
@ -138,7 +138,7 @@ void KeyboardMouseInput::Init()
|
||||||
rid.hwndTarget = g_hWnd;
|
rid.hwndTarget = g_hWnd;
|
||||||
RegisterRawInputDevices(&rid, 1, sizeof(rid));
|
RegisterRawInputDevices(&rid, 1, sizeof(rid));
|
||||||
|
|
||||||
LoadUserConfig();
|
LoadUserControls();
|
||||||
}
|
}
|
||||||
|
|
||||||
void KeyboardMouseInput::ClearAllState()
|
void KeyboardMouseInput::ClearAllState()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue