Subject: | EV_SYN sync events are not reported |
The poll method does not push events with a type value of zero,
# From sub poll
push @ev, $event unless ($type == 0);
I don't know how common this is across platforms (common I would think),
but on Ubuntu 2.6.20 686, input.h defines EV_SYN as 0, so no sync events
are passed.
perl 5.8.8
Linux::Input 1.02
Linux 2.6.20 i686
Very handy module btw :)
Thanks,
-Lee