wasm: don't propagate touch
Task-number: QTBUG-75263 Change-Id: I099f76114f876b3d6d81df3efb94db126db6a806 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
This commit is contained in:
parent
37b5bb42d8
commit
7db9e02ad1
@ -776,7 +776,7 @@ int QWasmEventTranslator::handleTouch(int eventType, const EmscriptenTouchEvent
|
|||||||
QWindowSystemInterface::handleTouchCancelEvent(window2, getTimestamp(), touchDevice, keyModifier);
|
QWindowSystemInterface::handleTouchCancelEvent(window2, getTimestamp(), touchDevice, keyModifier);
|
||||||
|
|
||||||
QWasmEventDispatcher::maintainTimers();
|
QWasmEventDispatcher::maintainTimers();
|
||||||
return 0;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
quint64 QWasmEventTranslator::getTimestamp()
|
quint64 QWasmEventTranslator::getTimestamp()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user