Merge pull request #35440 from ericrybick/27104-input-buggy-linux
Remove buggy check if key was already released for accumulated input on linux
This commit is contained in:
commit
2aa866fa70
1 changed files with 0 additions and 5 deletions
|
@ -2000,11 +2000,6 @@ void OS_X11::handle_key_event(XKeyEvent *p_event, bool p_echo) {
|
|||
if (last_is_pressed) {
|
||||
k->set_echo(true);
|
||||
}
|
||||
} else {
|
||||
//ignore
|
||||
if (!last_is_pressed) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
//printf("key: %x\n",k->get_scancode());
|
||||
|
|
Loading…
Reference in a new issue