mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-23 22:43:52 +00:00
Load user configuration on input initialization
This commit is contained in:
parent
46b6e6260c
commit
7b6c0b49db
1 changed files with 2 additions and 0 deletions
|
|
@ -137,6 +137,8 @@ void KeyboardMouseInput::Init()
|
|||
rid.dwFlags = 0;
|
||||
rid.hwndTarget = g_hWnd;
|
||||
RegisterRawInputDevices(&rid, 1, sizeof(rid));
|
||||
|
||||
LoadUserConfig();
|
||||
}
|
||||
|
||||
void KeyboardMouseInput::ClearAllState()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue