Searched refs:m_touchPoints (Results 1 – 2 of 2) sorted by relevance
899 if (m_touchPoints.isEmpty()) in handleMousePressEvent()915 if (m_touchPoints.isEmpty()) in handleMouseMoveEvent()934 if (m_touchPoints.isEmpty()) in handleMouseReleaseEvent()946 if (m_touchPoints.isEmpty() && !m_mousePoint.isNull()) { in handleMouseUngrabEvent()959 m_touchPoints.clear(); in handleTouchUngrabEvent()976 m_touchPoints.clear(); in handleTouchEvent()982 m_touchPoints << point; in handleTouchEvent()1114 m_allPoints << m_touchPoints; in update()
335 QVector<QTouchEvent::TouchPoint> m_touchPoints; variable