From: John Tsiombikas Date: Tue, 18 Oct 2016 08:38:45 +0000 (+0300) Subject: fixed the button events X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=smouse;a=commitdiff_plain;h=73bea7d1e29dd28c6c0096d4ed95cd15bb76776d fixed the button events --- diff --git a/src/dev_smag.c b/src/dev_smag.c index 5d0e6cd..3433b13 100644 --- a/src/dev_smag.c +++ b/src/dev_smag.c @@ -189,6 +189,7 @@ static int proc_packets(void) ++count; } st >>= 1; + delta >>= 1; } break; }