summaryrefslogtreecommitdiffstats
path: root/tests/manual/manual.pro
diff options
context:
space:
mode:
authorMike Krus <mike.krus@kdab.com>2017-01-15 17:53:15 +0000
committerMike Krus <mike.krus@kdab.com>2017-01-23 08:32:22 +0000
commitf53de9d4180ef716455d368558d3cb0898cf2b1b (patch)
tree750237b3e01306f644c4ce4b2563dd850af5cd84 /tests/manual/manual.pro
parent63ee368eee8c9c18691ef9b0b5de783fe125f95e (diff)
Send further pick events to initial object picker
Once an object picker receives a press event, all further events will be sent to it until the mouse is released. This enables interactive with objects that move behind other pickable objects. In that case, the pick event will be sent to the active object picker. This behavior is disabled if all pick events are requested (which works as before). Included an example where a cylinder is dragged to control the radius of a cone (like a slider) and moves behind another pickable object (while remaining interactive). Task-number: QTBUG-55495 Change-Id: I4e3b8466d01ca1d08ef48c1fa6f6abd5b5404980 Reviewed-by: Kevin Ottens <kevin.ottens@kdab.com>
Diffstat (limited to 'tests/manual/manual.pro')
-rw-r--r--tests/manual/manual.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/manual/manual.pro b/tests/manual/manual.pro
index bfb95bfc2..fa1ddbcc7 100644
--- a/tests/manual/manual.pro
+++ b/tests/manual/manual.pro
@@ -15,6 +15,7 @@ SUBDIRS += \
cylinder-qml \
deferred-renderer-cpp \
deferred-renderer-qml \
+ dragging \
dynamicscene-cpp \
enabled-qml \
gltf \