keyboard: reset released key

This commit is contained in:
Flyinghead 2018-09-26 22:58:15 +02:00
parent af5931c214
commit 5fe41e5f1f
1 changed files with 1 additions and 0 deletions

View File

@ -364,6 +364,7 @@ void input_x11_handle()
kb_used--;
for (int j = i; j < 5; j++)
kb_key[j] = kb_key[j + 1];
kb_key[5] = 0;
}
}
}