29 bool pointerEvent(
MouseEvent *event, quint32 nativeButton)
override;
31 bool keyEvent(
KeyEvent *event)
override;
32 bool touchDown(qint32
id,
const QPointF &pos, std::chrono::microseconds time)
override;
33 bool touchMotion(qint32
id,
const QPointF &pos, std::chrono::microseconds time)
override;
34 bool touchUp(qint32
id, std::chrono::microseconds time)
override;
38 QElapsedTimer m_doubleTapTimer;
39 QList<qint32> m_touchPoints;
40 bool m_secondTap =
false;
41 bool m_enableDoubleTap;