]> git.tdb.fi Git - libs/gui.git/commit
Combine swipe gestures into a single drag gesture
authorMikko Rasa <tdb@tdb.fi>
Sat, 21 Nov 2015 08:34:01 +0000 (10:34 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sat, 21 Nov 2015 08:34:01 +0000 (10:34 +0200)
commita5be5c703808817dda8feafb03b0aec04b20afbb
tree61b25eaf96ac5ef278d30b8cc0608a4d8adaed5c
parent2d8e49766252749ef586ffd988c9858666c01995
Combine swipe gestures into a single drag gesture

This makes them more versatile for different kinds of control schemes.
Directional swipes can still be approximated through the Control
interface.  Capturing swipe gestures is no longer easily possible, but
the capture interface is due for a rewrite to support activator controls
anyway.
source/input/gesturedetector.cpp
source/input/gesturedetector.h