diff --git a/capture.c b/capture.c index 8253022..1b0b94d 100644 --- a/capture.c +++ b/capture.c @@ -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;