17 #ifndef UNITY_WINDOWINPUTMONITOR_H 18 #define UNITY_WINDOWINPUTMONITOR_H 24 #include "ElapsedTimer.h" 43 QQuickItem *parent = 0);
47 bool eventFilter(QObject *watched, QEvent *event)
override;
49 void update(QEvent *event);
51 const qint64 msecsWithoutTouches = 150;
80 void setupFilterOnWindow(QQuickWindow *window);
81 void emitActivatedIfNoTouchesAround();
84 QPointer<QQuickWindow> m_filteredWindow;
85 bool m_windowBeingTouched;
86 bool m_homeKeyPressed;
91 #endif // UNITY_WINDOWINPUTMONITOR_H