mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-16 00:03:45 +00:00
Added workaround for when server passes windows specific keyflags.
This commit is contained in:
@@ -196,6 +196,7 @@ void KeyAction(unsigned char vk, int up, Display *display)
|
||||
int i = 0;
|
||||
unsigned int keysym = 0;
|
||||
unsigned int keycode = 0;
|
||||
if (up == 4) { up = 0; }
|
||||
|
||||
if (change_display)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user