Home | History | Annotate | Download | only in QtTestBrowser

Lines Matching full:touchev

466     QTouchEvent touchEv(type);
467 touchEv.setTouchPoints(m_touchPoints);
468 QCoreApplication::sendEvent(page(), &touchEv);