aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers/handlers.pri
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2016-07-18 15:36:10 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2016-08-25 15:51:00 +0000
commit400322244093979f42846a8547a6416a1c857868 (patch)
treecb345518b7fb766536c54469f3596c29fe9958fa /src/quick/handlers/handlers.pri
parente2910a5263dcec0ef5e2574a5a09eea100d29443 (diff)
add QQuickPointerDeviceHandler
Many handlers are interested only in events which come from specific devices, device types, or mouse buttons. This provides common filtering for them. Change-Id: I30f406ea0c91eb016bc5fb989636787eb680dcbf Reviewed-by: Jan Arve Sæther <jan-arve.saether@theqtcompany.com>
Diffstat (limited to 'src/quick/handlers/handlers.pri')
-rw-r--r--src/quick/handlers/handlers.pri2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/quick/handlers/handlers.pri b/src/quick/handlers/handlers.pri
index 0c6bd2ab17..2eed3855d3 100644
--- a/src/quick/handlers/handlers.pri
+++ b/src/quick/handlers/handlers.pri
@@ -1,7 +1,9 @@
HEADERS += \
$$PWD/qquickpointerhandler_p.h \
+ $$PWD/qquickpointerdevicehandler_p.h \
$$PWD/qquickhandlersmodule_p.h \
SOURCES += \
$$PWD/qquickpointerhandler.cpp \
+ $$PWD/qquickpointerdevicehandler.cpp \
$$PWD/qquickhandlersmodule.cpp \