mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 01:29:21 +02:00
fix dead keys on x11
This commit is contained in:
parent
1b83126ed5
commit
0230540c07
@ -605,6 +605,7 @@ void X11Window::poll()
|
||||
case KeyRelease: {
|
||||
KeySym keysym;
|
||||
char buf[32];
|
||||
memset(buf, 0, 32);
|
||||
int len;
|
||||
|
||||
m_inputEvent.keyboardModifiers = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user