26 Q_PROPERTY(QVector2D translation READ translation NOTIFY translationChanged)
27 QML_NAMED_ELEMENT(PointHandler)
28 QML_ADDED_IN_VERSION(2, 12)
31 explicit QQuickPointHandler(QQuickItem *parent =
nullptr);
33 QVector2D translation()
const;
36 void translationChanged();
39 bool wantsEventPoint(
const QPointerEvent *event,
const QEventPoint &point) override;
40 void handleEventPoint(QPointerEvent *event, QEventPoint &point) override;