aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/pointer/qml.qrc
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 /tests/manual/pointer/qml.qrc
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 'tests/manual/pointer/qml.qrc')
-rw-r--r--tests/manual/pointer/qml.qrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/manual/pointer/qml.qrc b/tests/manual/pointer/qml.qrc
index 87fc021680..4535a26802 100644
--- a/tests/manual/pointer/qml.qrc
+++ b/tests/manual/pointer/qml.qrc
@@ -9,6 +9,7 @@
<file>photosurface.qml</file>
<file>pinchHandler.qml</file>
<file>singlePointHandlerProperties.qml</file>
+ <file>tapHandler.qml</file>
<file>content/FakeFlickable.qml</file>
<file>content/MomentumAnimation.qml</file>
<file>content/Slider.qml</file>