629
635
touchPoints.append(touchPoint);
632
640
// Qt needs a happy, sane stream of touch events. So let's make sure we're not forwarding
636
644
// Touch event propagation.
637
645
qCDebug(QTMIR_MIR_INPUT) << "Sending to Qt" << qPrintable(touchesToString(touchPoints));
638
646
mQtWindowSystem->handleTouchEvent(
639
647
//scales down the nsec_t (int64) to fit a ulong, precision lost but time difference suitable
645
655
void QtEventFeeder::start()