Also show the polling rate for graphics tables
1 files changed, 1 insertions(+), 1 deletions(-) M evhz.c
M evhz.c => evhz.c +1 -1
@@ 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;