X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=evhz.c;h=947ab819be91523433dc38226795fb81f31a24f8;hb=d48d0d6dc66a638b0086ee3c6c898a1ba35284f8;hp=217e8b0710f4c5fe86a991fd82733a94e468d3bc;hpb=0a8bb0da70791d67c4f9017dd9690759c4881e7f;p=evhz diff --git a/evhz.c b/evhz.c index 217e8b0..947ab81 100644 --- a/evhz.c +++ b/evhz.c @@ -94,7 +94,7 @@ int main(int argc, char *argv[]) { continue; } - if(event.type == EV_REL) { + if(event.type == EV_REL || event.type == EV_ABS) { double time; int hz;