Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.4.3
-
None
Description
I copy/paste the example from https://doc.qt.io/qt-6/qml-qtquick-eventpoint.html
If we print eventPoint, we have something like:
QEventPoint(true, , 0, , , 754040992, 754040992, 754040936, 0, 1, 0, , , , , , , , , , , , , , ) QEventPoint(true, , 0, , , 754041096, 754040992, 754041088, 0.104, 1, 0, , , , , , , , , , , , , , )
We can print also eventPoint.state as integer. The integer value is random. It changes at every run.
However, EventPoint.Pressed and co are not defined. So we have the following error:
ReferenceError: EventPoint is not defined.