mirror of
https://github.com/LCEMP/LCEMP.git
synced 2026-05-27 09:35:30 +00:00
fix: improve input and fix debug menu crash
This commit is contained in:
@@ -36,6 +36,7 @@ void KeyboardMouseInput::Init()
|
||||
m_cursorHiddenForUI = false;
|
||||
m_windowFocused = true;
|
||||
m_hasInput = false;
|
||||
m_kbmActive = true;
|
||||
|
||||
RAWINPUTDEVICE rid;
|
||||
rid.usUsagePage = 0x01; // HID_USAGE_PAGE_GENERIC
|
||||
|
||||
Reference in New Issue
Block a user