http://www.perlmonks.org?node_id=1086340


in reply to Re: Detecting swipe movements
in thread Detecting swipe movements

Well my question is not about capturing the events (sorry if I made myself not clear).

I simply use Linux::Input and that task becomes trivial.

My question was about how to then detect swipe-movements once you have captured a number of those events.

So given an array of such events, how do you go about analyzing it and detect swipes (once you formalized that notion in a sensible way which is also part of my question).

Replies are listed 'Best First'.
Re^3: Detecting swipe movements (rubberbanding mouse gestures)
by Anonymous Monk on May 17, 2014 at 02:35 UTC