mirror of
https://github.com/edubart/otclient.git
synced 2025-11-03 20:26:23 +01:00
fix x11 keyboard modifiers
This commit is contained in:
@@ -35,6 +35,7 @@ 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