aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers/handlers.pri
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2015-07-28 15:24:29 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2017-02-08 14:30:14 +0000
commit2d61a39dedfb2718cdb6c26b370b7e4103db9c4a (patch)
treebea7b9b0fbc6e9ee57cd65c7b4922b1e4f3929c6 /src/quick/handlers/handlers.pri
parent55970e2cd6f5a24f654e92febf27d6aeb245d03f (diff)
Introduce TapHandler
Device-agnostic tap/click detection. Also detect whether the taps or clicks occur close enough together in both time and space to be considered part of a multi-tap gesture. Change-Id: I41a378feea3340b9f0409118273746a289641d6c Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>
Diffstat (limited to 'src/quick/handlers/handlers.pri')
-rw-r--r--src/quick/handlers/handlers.pri3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/quick/handlers/handlers.pri b/src/quick/handlers/handlers.pri
index f32f330d4e..749e4cc4e0 100644
--- a/src/quick/handlers/handlers.pri
+++ b/src/quick/handlers/handlers.pri
@@ -7,6 +7,7 @@ HEADERS += \
$$PWD/qquickpointersinglehandler_p.h \
$$PWD/qquickhandlersmodule_p.h \
$$PWD/qquickpointerdevicehandler_p.h \
+ $$PWD/qquicktaphandler_p.h \
$$PWD/qquickhandlersmodule_p.h \
SOURCES += \
@@ -16,4 +17,6 @@ SOURCES += \
$$PWD/qquickmultipointerhandler.cpp \
$$PWD/qquickpinchhandler.cpp \
$$PWD/qquickpointersinglehandler.cpp \
+ $$PWD/qquicktaphandler.cpp \
$$PWD/qquickhandlersmodule.cpp \
+