mirror of
https://github.com/LCEMP/LCEMP.git
synced 2026-05-25 19:34:49 +00:00
fix: proper kbm and controller input
This commit is contained in:
@@ -37,6 +37,7 @@ void KeyboardMouseInput::Init()
|
||||
m_windowFocused = true;
|
||||
m_hasInput = false;
|
||||
m_kbmActive = true;
|
||||
m_screenWantsCursorHidden = false;
|
||||
|
||||
RAWINPUTDEVICE rid;
|
||||
rid.usUsagePage = 0x01; // HID_USAGE_PAGE_GENERIC
|
||||
|
||||
Reference in New Issue
Block a user