Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.4.0
-
04e224b19ab04ff4d5e0b3fa70c2669ab2656037
Description
There are functions for making touch events (QTest::touchEvent), but it is impossible to use that as those require touch device. QTouchDevice can be created and given to event, but there is no public interface where it could be registered, thus every touch event fails in:
QWindowSystemInterface::handleTouchEvent()
Where it tries to check if touch device is real with:
if (!QTouchDevicePrivate::isRegistered(device)) ...
QWindowSystemInterface::registerTouchDevice() can be used to register touch devices, but that is not public API.
Attachments
Issue Links
- is required for
-
QTBUG-26647 QTouchDevice::devices() documentation refers to missing QWindowSystemInterface::registerTouchDevice() documentation
-
- Closed
-
-
QTBUG-60003 Documentation for QWindowSystemInterface::registerTouchDevice is missing
-
- Closed
-