Drop events from the keyboard of type ...

Not sure what, can't remember, can't be bothered to look it up.
This commit is contained in:
Eli Ribble 2022-08-30 18:35:12 -06:00
parent d64a981c76
commit 7664f34de5
1 changed files with 2 additions and 0 deletions

View File

@ -197,6 +197,8 @@ int stream_events(char* mouse_path, char* keyboard_path, int hotkey_scancode) {
clock_gettime(CLOCK_MONOTONIC, &start);
continue;
}
} else if(i_event.value == 2) {
continue;
}
} else if (events[i].data.fd == mouse_fd) {
type = MOUSE;