mirror of
https://github.com/edubart/otclient.git
synced 2025-11-03 20:26:23 +01:00
walk and key event system rework with some regressions
This commit is contained in:
@@ -35,7 +35,6 @@ WIN32Window::WIN32Window()
|
||||
m_maximized = false;
|
||||
m_minimumSize = Size(16,16);
|
||||
m_size = m_minimumSize;
|
||||
m_inputEvent.keyboardModifiers = 0;
|
||||
|
||||
m_keyMap[VK_ESCAPE] = Fw::KeyEscape;
|
||||
m_keyMap[VK_TAB] = Fw::KeyTab;
|
||||
|
||||
Reference in New Issue
Block a user